Dutch PHP Conference 2025 - Call For Papers

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 або новішою.

Параметри

passphrase

The passphrase

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

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

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

add a note

User Contributed Notes

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