update : 2015.11.03
php.shukuma.com검색:
|
gnupg_keyinfo(PECL gnupg >= 0.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 예제
Example #1 Procedural gnupg_keyinfo() example
<?php Example #2 OO gnupg_keyinfo() example
<?php |