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

This commit is contained in:
cvs2svn 2005-12-29 19:55:30 +00:00
parent 2c4a8cdcb0
commit ef090e1f5d
2 changed files with 0 additions and 119 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";
}
?>