Answers for "how to display php .ini"

PHP
14

linux install node

sudo apt install nodejs
Posted by: Guest on April-28-2020
4

how to find php.ini

php -i | grep "Loaded Configuration File"
Posted by: Guest on January-06-2021
6

show php info

phpinfo();
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language