mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some reordering, credits for QA
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117715 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
15632123e8
commit
c83bec58e0
1 changed files with 52 additions and 35 deletions
|
@ -1,67 +1,84 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="info.constants">
|
||||
&reftitle.constants;
|
||||
&extension.constants.core;
|
||||
&extension.constants.core;
|
||||
<table>
|
||||
<title>Pre-defined <function>phpcredits</function> constants</title>
|
||||
<tgroup cols="2">
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Constant</entry>
|
||||
<entry>Value</entry>
|
||||
<entry>Description</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>CREDITS_ALL</entry>
|
||||
<entry>
|
||||
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.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_DOCS</entry>
|
||||
<entry>The credits for the documentation team</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_FULLPAGE</entry>
|
||||
<entry>
|
||||
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.
|
||||
</entry>
|
||||
<entry>CREDITS_GROUP</entry>
|
||||
<entry>1</entry>
|
||||
<entry>A list of the core developers</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_GENERAL</entry>
|
||||
<entry>2</entry>
|
||||
<entry>
|
||||
General credits: Language design and concept, PHP 4.0
|
||||
authors and SAPI module.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_GROUP</entry>
|
||||
<entry>A list of the core developers</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_MODULES</entry>
|
||||
<entry>CREDITS_SAPI</entry>
|
||||
<entry>4</entry>
|
||||
<entry>
|
||||
A list of the extension modules for PHP, and their authors
|
||||
A list of the server API modules for PHP, and their authors.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_SAPI</entry>
|
||||
<entry>CREDITS_MODULES</entry>
|
||||
<entry>8</entry>
|
||||
<entry>
|
||||
A list of the server API modules for PHP, and their authors
|
||||
A list of the extension modules for PHP, and their authors.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_DOCS</entry>
|
||||
<entry>16</entry>
|
||||
<entry>
|
||||
The credits for the documentation team.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_FULLPAGE</entry>
|
||||
<entry>32</entry>
|
||||
<entry>
|
||||
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.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_QA</entry>
|
||||
<entry>64</entry>
|
||||
<entry>
|
||||
The credits for the quality assurance team.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>CREDITS_ALL</entry>
|
||||
<entry>-1</entry>
|
||||
<entry>
|
||||
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.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<title><function>phpinfo</function> constants</title>
|
||||
<tgroup cols="3">
|
||||
|
@ -92,7 +109,7 @@
|
|||
<entry>INFO_CONFIGURATION</entry>
|
||||
<entry>4</entry>
|
||||
<entry>
|
||||
Current Local and Master values for php directives. See
|
||||
Current Local and Master values for php directives. See
|
||||
also <function>ini_get</function>.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -132,7 +149,7 @@
|
|||
<entry>INFO_ALL</entry>
|
||||
<entry>-1</entry>
|
||||
<entry>
|
||||
Shows all of the above. This is the default value.
|
||||
Shows all of the above. This is the default value.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue