On Sun, Jan 14, 2018 at 9:29 PM, Jeffry Killen <jekillen@xxxxxxxxxxx> wrote: > Hi again; > Where would I find manual info re passing arguments from > command line to a php cli script? > > Is there something like "include(stdin)" necessary, and how > would I refer to the arg? > > Thanks for time and attention; > Jeff K > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Couple of options: http://php.net/manual/en/function.getopt.php (which I prefer) or old fashion way: http://php.net/manual/en/reserved.variables.argv.php