Pre-defined phpcredits constantsConstantDescriptionCREDITS_ALL
All the credits, equivalent to using: CREDITS_DOCS +
CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES +
CREDITS_FULLPAGE. It generates a complete stand-alone HTML
page with the appropriate tags.
CREDITS_DOCSThe credits for the documentation teamCREDITS_FULLPAGE
Usually used in combination with the other flags. Indicates
that the a complete stand-alone HTML page needs to be
printed including the information indicated by the other
flags.
CREDITS_GENERAL
General credits: Language design and concept, PHP 4.0
authors and SAPI module.
CREDITS_GROUPA list of the core developersCREDITS_MODULES
A list of the extension modules for PHP, and their authors
CREDITS_SAPI
A list of the server API modules for PHP, and their authors
phpinfo constantsConstantValueDescriptionINFO_GENERAL1
The configuration line, &php.ini; location, build date, Web
Server, System and more.
INFO_CREDITS2
PHP 4 Credits. See also phpcredits.
INFO_CONFIGURATION4
Current Local and Master values for php directives. See
also ini_get.
INFO_MODULES8
Loaded modules and their respective settings.
INFO_ENVIRONMENT16
Environment Variable information that's also available in
$_ENV.
INFO_VARIABLES32
Shows all
predefined variables from EGPCS (Environment, GET,
POST, Cookie, Server).
INFO_LICENSE64
PHP License information. See also the license faq.
INFO_ALL-1
Shows all of the above. This is the default value.