mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 13:51:34 +00:00
examples for import and export
This commit is contained in:
parent
584b0947f5
commit
a64df7da8b
2 changed files with 35 additions and 0 deletions
5
examples/export.php
Normal file
5
examples/export.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
require_once (dirname(__FILE__)."/main.php");
|
||||
$result = $gnupg -> export($testkey);
|
||||
print_r($result);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue