Imagick クラス
PHP Manual

Imagick::decipherImage

()

Imagick::decipherImageDeciphers an image

説明

bool Imagick::decipherImage ( string $passphrase )

Deciphers image that has been enciphered before. The image must be enciphered using Imagick::encipherImage(). このメソッドは、ImageMagick バージョン 6.3.9 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

passphrase

The passphrase

返り値

成功した場合に TRUE を返します。

参考


Imagick クラス
PHP Manual