Dutch PHP Conference 2025 - Call For Papers

Imagick::decipherImage

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

Imagick::decipherImageDeciphers an image

Опис

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

Deciphers image that has been enciphered before. The image must be enciphered using Imagick::encipherImage(). Цей метод доступний, якщо 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