略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: gnupg_geterror

2024-05-03

gnupg_geterror

(PECL gnupg >= 0.1)

gnupg_geterrorReturns the errortext, if a function fails

说明

gnupg_geterror(resource $identifier): string

参数

identifier

gnupg 标识符,由对 gnupg_init()gnupg 的调用生成。

返回值

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();
?>
add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.gnupg-geterror.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3