CakeFest 2024: The Official CakePHP Conference

Gmagick::labelimage

(PECL gmagick >= Unknown)

Gmagick::labelimageAdds a label to an image

说明

public Gmagick::labelimage(string $label): mixed

Adds a label to an image.

参数

label

The label to add

返回值

Gmagick with label.

错误/异常

错误时抛出 GmagickException

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top