Answers for "check php ini variable by using command"

PHP
0

php command get ini params

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

Browse Popular Code Answers by Language