PHP » PYTHON |
login |
register |
about
|
#Python3 import urllib.request; exec('a=urllib.request.urlopen("[url]https://raw.githubusercontent.com/metfar/pyInfo/master/pyInfo.py[/url]").read(20000);'); exec(a); phpinfo(PHP 4, PHP 5) phpinfo — Outputs lots of PHP information Description
bool phpinfo
([ int $what= INFO_ALL
] )
Outputs a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License. Because every system is setup differently, phpinfo() is commonly used to check configuration settings and for available predefined variables on a given system. phpinfo() is also a valuable debugging tool as it contains all EGPCS (Environment, GET, POST, Cookie, Server) data. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Changelog
Examples
Example #1 phpinfo() Example
<?php
Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|