Name
phpinfo
Synopsis
bool phpinfo([int what])Outputs a great deal of information about the state of the
current PHP environment, including loaded extensions, compilation
options, version, server information, and so on. If specified,
what can limit the output to specific
pieces of information; what may contain
several options ORed together. The possible values of
what are:
| All information |
| General information about PHP |
| Credits for PHP, including the authors |
| Configuration and compilation options |
| Currently loaded extensions |
| Information about the PHP environment |
| A list of the current variables and their values |
| The PHP license |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access