|
PHP5中文手册
HaruDoc::setEncryptionMode(PECL haru:0.0.1) HaruDoc::setEncryptionMode — Set encryption mode for the document 说明
bool HaruDoc::setEncryptionMode
( int $mode
[, int $key_len
] )
Defines encryption mode for the document. The encryption mode cannot be set before setting the password. 参数
返回值Returns TRUE on success. 错误/异常Throws HaruException on error. |