- PHP 手册
- 函数参考
- 图像生成和处理
- ImageMagick
- Imagick
Imagick::setRegistry
(PECL imagick 3 >= 3.3.0)
Imagick::setRegistry — Description
说明
public static Imagick::setRegistry(string$key
, string $value
): bool
Sets the ImageMagick registry entry named key to value. This is most useful for setting "temporary-path" which controls where ImageMagick creates temporary images e.g. while processing PDFs.
参数
-
key
-
-
value
-
返回值
成功时返回 true
。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/imagick.setregistry.php