September 2001
Intermediate to advanced
768 pages
32h 45m
English
int phpinfo(void)
Displays PHP and system information.
Returns:
HTML output
Description:
Outputs useful information about the version of PHP used, supported and loaded modules, configuration options, and environment variables. This function can be very useful when debugging PHP setup and use.
Example:
phpinfo(); |
Read now
Unlock full access