Imagick::encipherImage

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

Imagick::encipherImage对图像进行加密

描述

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

将普通像素转换为加密像素。在使用 Imagick::decipherImage() 解密之前,图像不可读。如果 Imagick 已针对 ImageMagick 6.3.9 或更高版本编译,则可以使用此方法。

参数

passphrase

密码短语

返回值

成功时返回 true

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top