= 2.3.0, PECL imagick 3)Imagick::encipherImage — Enciphers an image說明public Imagick::encipherImage(string $pass">

Imagick::encipherImage

(PECL imagick 2 >= 2.3.0, PECL imagick 3)

Imagick::encipherImageEnciphers an image

說明

public Imagick::encipherImage(string $passphrase): bool

Converts plain pixels to enciphered pixels. The image is not readable until it has been deciphered using Imagick::decipherImage() 此方法在Imagick基于ImageMagick 6.3.9以上版本編譯時可用。

參數(shù)

passphrase

The passphrase

返回值

成功時返回 true。

參見