如果成功则返回 TRUE,失败则返回 FALSE。
TRUE
FALSE
<?php $res = gnupg_init(); gnupg_clearsignkeys($res); ?>
<?php $gpg = new gnupg(); $gpg -> clearsignkeys(); ?>