Imagick::decipherImage

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

Imagick::decipherImageDeciphers an image

Opis

Imagick::decipherImage ( string $passphrase ) : bool

Deciphers image that has been enciphered before. The image must be enciphered using Imagick::encipherImage(). Ta metoda jest dostępna, jeśli rozszerzenie Imagick zostało skompilowane z ImageMagick w wersji 6.3.9 lub nowszej.

Parametry

passphrase

The passphrase

Zwracane wartości

Zwraca TRUE w przypadku sukcesu.

Zobacz też:

add a note add a note

User Contributed Notes

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