Answers for "how to get command line arguments in php"

0

php command get ini params

php -r "echo ini_get('my_value');"
Posted by: Guest on December-01-2020
0

php command get ini params

php -i | grep 'my_value'
Posted by: Guest on November-24-2020

Code answers related to "how to get command line arguments in php"

Browse Popular Code Answers by Language