Imagick::encipherImage

(No version information available, might only be in Git)

Imagick::encipherImageEnciphers an image

Опис

bool Imagick::encipherImage ( string $passphrase )

Converts plain pixels to enciphered pixels. The image is not readable until it has been deciphered using Imagick::decipherImage() Цей метод доступний якщо Imagick був зібраний з версією ImageMagick 6.3.9 або новішою.

Параметри

passphrase

The passphrase

Значення, що повертаються

Повертає TRUE в разі успіху.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top