gnupg_gettrustlist
Search the trust items
&reftitle.description;
arraygnupg_gettrustlist
resourceidentifier
stringpattern
&reftitle.parameters;
identifier
&gnupg.identifier;
pattern
Expression to limit the list of trust items to only the ones matching the pattern.
&reftitle.returnvalues;
On success, this function returns an array of trust items.
On failure, this function returns &null;.
&reftitle.examples;
Procedural gnupg_gettrustlist example
]]>
OO gnupg_gettrustlist example
gettrustlist();
print_r($items);
?>
]]>