mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 22:01:35 +00:00
initial release
This commit is contained in:
parent
43e0364a82
commit
04b0e31929
14 changed files with 1381 additions and 0 deletions
6
examples/keyinfo.php
Normal file
6
examples/keyinfo.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
require_once (dirname(__FILE__)."/main.php");
|
||||
|
||||
$keyinfo = $gnupg -> keyinfo ($fingerprint);
|
||||
print_r($keyinfo)
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue