Re: One other question re: cli

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux