Examples of using Phpinfo in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
You can check the status by using the phpinfo() function.
PHP phpinfo. php The following error message should appear.
Ini is being read by PHP,make a call to phpinfo.
Rename it to phpinfo. php and copy the usual function call.
Registered handlers can be obtained on a per-installation basis by referring to phpinfo.
Enabling phpinfo page will leak quite a lot of information about server setup.
To check the version of PHP andMySQL on your server use the phpinfo(); function.
Phpinfo() returns a screen with configuration information about your XAMPP components.
After restarting your webserver,you should see the changes reflected in phpinfo.
With the phpinfo() function it is possible to check whether the module will be loaded correctly.
If you successfully enabled OCI 8,an OCI 8 section appears in phpinfo() output.
The phpinfo can also be viewed by running php- i on the command line if php cli is installed.
Similarly, turning expose_php off will not affect seeing the PHP logo in phpinfo.
This also affected the output of phpinfo(), as when disabled, the PHP logo and credits information would not be displayed.
You can check PHP variables by creating a little file containing<?php phpinfo()?
This also affected the output of phpinfo(), as when disabled, the PHP logo and credits information would not be displayed.
If you get a screen full of HTML codes(the output of the phpinfo() function) then PHP is working.
Show the configuration information for the given extension the same information that is returned by phpinfo.
If you get a screen full of HTML codes(the output of the phpinfo() function) then PHP is working, and your problem may be related to your server configuration which you should double check.
A complete list of available variables(and much more information)can be seen by calling the phpinfo() function.
A list can be seen in the ReservedVariables section of the manual or you can get a complete list of them by looking at the output of the phpinfo() function used in the example in the previous section.
Show the configuration information for the given Zend extension the same information that is returned by phpinfo.
Note that the XAMPP welcome page includes a menu in the left margin through which you can check the status of XAMPP components and run phpinfo(), among other useful features.
Ri--rextinfo Show the configuration information for the given extension the same information that is returned by phpinfo.
Rz--rzendextension Show the configuration information for the given Zend extension the same information that is returned by phpinfo.