gnupg_geterror
(PECL gnupg >= 0.1)
gnupg_geterror — Returns the errortext, if a function fails
返回值
Returns an errortext, if an error has occurred, otherwise false
.
示例
示例 #1 Procedural gnupg_geterror() example
<?php
$res = gnupg_init();
echo gnupg_geterror($res);
?>
示例 #2 OO gnupg_geterror() example
<?php
$gpg = new gnupg();
echo $gpg->geterror();
?>
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/function.gnupg-geterror.php