PHP 大会日本 2024

Gmagick::read

(PECL gmagick >= 未知)

Gmagick::read从文件名读取图像

描述

public Gmagick::read(string $filename): Gmagick

从文件名读取图像。

参数

filename

图像文件名。

返回值

The Gmagick 对象。

错误/异常

如果发生错误,则抛出 GmagickException 异常。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top