This commit was manufactured by cvs2svn to create tag 'RELEASE_0_6'.

This commit is contained in:
cvs2svn 2005-11-12 16:53:41 +00:00
parent a11bea574e
commit b938cf1762
2 changed files with 0 additions and 95 deletions

View file

@ -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";
}
?>