In scripts php, we can, when executed by the command line, capture its values of the arguments passed through the variable $argv and its number through the variable $argc .
For example (Script):
echo 'My name is ', $argv...
asked on
15.02.2016 / 14:32