blob: 9e882675ddfa1409fb3cf4a52867d11692e8362c [file]
<?php
for($i=0;$i<$_SERVER["argc"];$i++) {
echo "$i: ".$_SERVER["argv"][$i]."\n";
}
?>