| 
 | gnupg_keyinfoReturns an array with information about all keys that matches the given pattern Description
   array gnupg_keyinfo
    ( resource  $identifier, string$pattern)Parameters
 
 Return Values
   Returns an array with information about all keys that matches the given
   pattern or  Examples
 Example #1 Procedural gnupg_keyinfo example 
<?phpExample #2 OO gnupg_keyinfo example 
<?php |