mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 05:41:34 +00:00
This commit was manufactured by cvs2svn to create tag 'RELEASE_0_6_1'.
This commit is contained in:
parent
e0c5fb1b1d
commit
f2f3b3d2e8
2 changed files with 0 additions and 76 deletions
|
|
@ -1,8 +0,0 @@
|
|||
<?php
|
||||
require_once (dirname(__FILE__)."/main.php");
|
||||
|
||||
$iterator = new gnupg_keylistiterator("php.net");
|
||||
foreach($iterator as $key => $value){
|
||||
echo $key." -> ".$value."\n";
|
||||
}
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue