mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
PHP_WINDOWS_VERSION_PRODUCTTYPE's values is one of the PHP_WINDOWS_NT_* constants, updating makes it more understandable
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281710 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
57264479b1
commit
5cf5a1c9fd
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<appendix xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&extension.constants.core;
|
||||
|
@ -277,9 +277,8 @@
|
|||
<entry><constant>PHP_WINDOWS_VERSION_PRODUCTTYPE</constant></entry>
|
||||
<entry>
|
||||
This contains the value used to determine the <literal>PHP_WINDOWS_NT_*</literal>
|
||||
constants. This value may be one of: <literal>0x0000001</literal> if this is a
|
||||
workstation, <literal>0x0000002</literal> if this is a domain controller or
|
||||
<literal>0x0000003</literal> if this is a server system.
|
||||
constants. This value may be one of the <literal>PHP_WINDOWS_NT_*</literal> constants
|
||||
indicating the platform type.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
@ -290,7 +289,7 @@
|
|||
<entry><constant>PHP_WINDOWS_NT_SERVER</constant></entry>
|
||||
<entry>
|
||||
This is a server system (eg. Server 2008/2003/2000), note that if this is a
|
||||
domain controller its reported as <constant>PHP_WINDOWS_NT_DOMAIN_CONTROLLER</constant>
|
||||
domain controller its reported as <constant>PHP_WINDOWS_NT_DOMAIN_CONTROLLER</constant>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue