gnupg_clearencryptkeys
(PECL gnupg >= 0.5)
gnupg_clearencryptkeys — Removes all keys which were set for encryption before
示例
示例 #1 Procedural gnupg_clearencryptkeys() example
<?php
$res = gnupg_init();
gnupg_clearencryptkeys($res);
?>
示例 #2 OO gnupg_clearencryptkeys() example
<?php
$gpg = new gnupg();
$gpg->clearencryptkeys();
?>
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.gnupg-clearencryptkeys.php