Php info()

This is an old revision of this page, as edited by DJ Clayworth (talk | contribs) at 18:35, 28 February 2006 (afd). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A function found in the PHP scripting language that outputs lots of various technical information about the current state of the PHP enviroment. This includes several system defined variables. It is highly reccomended to use PHP_info() sparingly, and rarely. It is very easy for a computer cracker to gain unauthorized access to the server on which PHP is running if he utilizes the information found from php_info().

Sources: www.php.net