|
PHP5中文手册
gnupg_keyinfo(PECL gnupg:0.1-1.3.1) gnupg_keyinfo — Returns an array with information about all keys that matches the given pattern 说明
array gnupg_keyinfo
( resource $identifier
, string $pattern
)
返回值Returns an array with information about all keys that matches the given pattern or FALSE, if an error has occurred. 范例
Example#1 Procedural gnupg_keyinfo() example
<?php Example#2 OO gnupg_keyinfo() example
<?php |