diff --git a/reference/info/constants.xml b/reference/info/constants.xml index d83c4d4a1b..bf5a9630d5 100644 --- a/reference/info/constants.xml +++ b/reference/info/constants.xml @@ -1,67 +1,84 @@ - +
&reftitle.constants; - &extension.constants.core; + &extension.constants.core; Pre-defined <function>phpcredits</function> constants - + Constant + Value Description - CREDITS_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_DOCS - The credits for the documentation team - - - CREDITS_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_GROUP + 1 + A list of the core developers CREDITS_GENERAL + 2 General credits: Language design and concept, PHP 4.0 authors and SAPI module. - CREDITS_GROUP - A list of the core developers - - - CREDITS_MODULES + CREDITS_SAPI + 4 - A list of the extension modules for PHP, and their authors + A list of the server API modules for PHP, and their authors. - CREDITS_SAPI + CREDITS_MODULES + 8 - A list of the server API modules for PHP, and their authors + A list of the extension modules for PHP, and their authors. + + + + CREDITS_DOCS + 16 + + The credits for the documentation team. + + + + CREDITS_FULLPAGE + 32 + + 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_QA + 64 + + The credits for the quality assurance team. + + + + CREDITS_ALL + -1 + + 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. -
- + + <function>phpinfo</function> constants @@ -92,7 +109,7 @@ INFO_CONFIGURATION 4 - Current Local and Master values for php directives. See + Current Local and Master values for php directives. See also ini_get. @@ -132,7 +149,7 @@ INFO_ALL -1 - Shows all of the above. This is the default value. + Shows all of the above. This is the default value.