more cli stuff
This commit is contained in:
9
cli/args
Executable file
9
cli/args
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/php -q
|
||||
<?php
|
||||
|
||||
printf("ARGC = $argc\n\n");
|
||||
foreach($argv as $i => $value) {
|
||||
printf("ARGV[$i] = $value\n");
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user