PHP and server configuration information (phpinfo(), php.ini)
Often we need to find out as much information about the server as possible, the native phpinfo() function is great for this: phpinfo(); die; // after listing the configuration, exit the script This makes it easy to find out the installed version, ext…