VOOZH about

URL: https://gist.github.com/SvenRtbg

⇱ SvenRtbg’s gists · GitHub


Skip to content
Sign in Sign up

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);
}
You can’t perform that action at this time.