How to get php.ini file path?
In this post we will give you information about How to get php.ini file path?. Hear we will give you detail about How to get php.ini file path?And how to use it also give you demo for it if it is necessary.
You can get location path of php.ini file using php_ini_loaded_file() of PHP. Sometimes we require to get php.ini file path. So, if you need to get path of php confogration file then you can get following way:
Example:
print_r(php_ini_loaded_file());
You can find output something like bellow if you are use ubuntu system:
/etc/php5/apache2/php.ini
Hope this code and post will helped you for implement How to get php.ini file path?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs