Instantly share code, notes, and snippets.
| <?php |
| /* |
| * $argc[0] - name of script |
| * $argc[1] - filename to work on |
| */ |
| if ($argc != 2) { |
| echo "need at least one parameter: json file to work on\n"; |
| exit(1); |
| } |
![]() |
VOOZH | about |
Instantly share code, notes, and snippets.
| <?php |
| /* |
| * $argc[0] - name of script |
| * $argc[1] - filename to work on |
| */ |
| if ($argc != 2) { |
| echo "need at least one parameter: json file to work on\n"; |
| exit(1); |
| } |