UK [ˈɪnfəʊ] US [ˈɪnfoʊ]
n.Information
php phpinfo() function syntax
Function:Output information about PHP configuration
Syntax:bool phpinfo ()
Description:Output A large amount of information about the current state of PHP, including PHP compilation options, enabled extensions, PHP version, server information and environment variables (if compiled as a module), PHP environment variables, operating system version information, path variables, local configuration options Value and main value, HTTP header and PHP authorization information (License).
php phpinfo() function example
Remarks: Output specific PHP information