examples for import and export

This commit is contained in:
Thilo Raufeisen 2005-10-15 14:43:36 +00:00
parent 584b0947f5
commit a64df7da8b
2 changed files with 35 additions and 0 deletions

5
examples/export.php Normal file
View file

@ -0,0 +1,5 @@
<?php
require_once (dirname(__FILE__)."/main.php");
$result = $gnupg -> export($testkey);
print_r($result);
?>