$inipath = php_ini_loaded_file();
if ($inipath) {
echo 'Loaded php.ini: ' . $inipath;
} else {
echo 'A php.ini file is not loaded';
}
Created
December 14, 2017 07:52
-
-
Save evgv/ae89c8133390871ca698f3205fa0c6ac to your computer and use it in GitHub Desktop.
php.ini file path
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment