PHP Credit and Info pre-defined Constants
PHP Credit pre-defined Constants
CREDITS_GROUP - A list of the core developers - 1
CREDITS_GENERAL - General credits: Language design and concept, PHP authors and SAPI module. - 2
CREDITS_SAPI - A list of the server API modules for PHP, and their authors. - 4
CREDITS_MODULES - A list of the extension modules for PHP, and their authors. - 8
CREDITS_DOCS - The credits for the documentation team. - 16
CREDITS_FULLPAGE - Usually used in combination with the other flags. Indicates that a complete stand-alone HTML page needs to be printed including the information indicated by the other flags. - 32
CREDITS_QA - The credits for the quality assurance team. - 64
CREDITS_ALL - All the credits, equivalent to using: CREDITS_DOCS + CREDITS_GENERAL + CREDITS_GROUP + CREDITS_MODULES + CREDITS_QA CREDITS_FULLPAGE - It generates a complete stand-alone HTML page with the appropriate tags. This is the default value. - -1
PHP Info pre-defined Constants -
INFO_GENERAL - The configuration line, php.ini location, build date, Web Server, System and more. - 1
INFO_CREDITS - PHP Credits - 2
INFO_CONFIGURATION - Current Local and Master values for PHP directives - 4
INFO_MODULES - Loaded modules and their respective settings. - 8
INFO_ENVIRONMENT - Environment Variable information that's also available in $_ENV. - 16
INFO_VARIABLES - Shows all predefined variables from EGPCS (Environment, GET, POST, Cookie, Server). - 32
INFO_LICENSE - PHP License information - 64
INFO_ALL - Shows all of the above. This is the default value. - -1
|