PHP 8.3.4 Released!

Imagick::encipherImage

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

Imagick::encipherImage画像を暗号化する

説明

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

プレーンなピクセル群を暗号化します。Imagick::decipherImage() で復号するまで、この画像は読めなくなります。 このメソッドは、ImageMagick バージョン 6.3.9 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

passphrase

パスフレーズ。

戻り値

成功した場合に true を返します。

参考

add a note

User Contributed Notes

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