|
PHP5中文手册
HaruDoc::setPassword(PECL haru:0.0.1) HaruDoc::setPassword — Set owner and user passwords for the document 说明
bool HaruDoc::setPassword
( string $owner_password
, string $user_password
)
Defines owner and user passwords for the document. Setting the passwords makes the document contents encrypted. 参数
返回值Returns TRUE on success. 错误/异常Throws HaruException on error. |