Answers for "show php ini file location in php"

PHP
2

php where is ini file

php --ini
Posted by: Guest on April-29-2020
0

php.ini location

create a php file with this code

<?php phpinfo(); ?>

and php.ini file's location + others details will be available when 
you'll browse the file with a web browser.
Posted by: Guest on September-11-2021

Browse Popular Code Answers by Language