Php/docs/imagick.setregistry

提供:Dev Guides
< Php
2020年12月14日 (月) 09:49時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

Imagick::setRegistry

(PECL imagick 3 >= 3.3.0)

Imagick::setRegistryDescription


説明

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 を返します。