svn: /phpdoc/ja/trunk/reference/com/ constants.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sat, 08 Feb 2020 23:40:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349177
Log:
Document VT_I8 and VT_UI8 constants
Changed paths:
U phpdoc/ja/trunk/reference/com/constants.xml
Modified: phpdoc/ja/trunk/reference/com/constants.xml
===================================================================
--- phpdoc/ja/trunk/reference/com/constants.xml 2020-02-08 16:59:04 UTC (rev 349176)
+++ phpdoc/ja/trunk/reference/com/constants.xml 2020-02-08 23:40:07 UTC (rev 349177)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349163 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349176 Maintainer: takagi Status: ready -->
<!-- Credits: mumumu -->
<chapter xml:id="com.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
@@ -150,6 +150,17 @@
</entry>
<entry></entry>
</row>
+ <row xml:id="constant.vt-i8">
+ <entry>
+ <constant>VT_I8</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>3</entry>
+ <entry>
+ 8 バイト符号つき整数値。
+ </entry>
+ <entry>PHP 7.0.0 以降で利用可能です(x64 のみ)</entry>
+ </row>
<row xml:id="constant.vt-r4">
<entry>
<constant>VT_R4</constant>
@@ -309,6 +320,17 @@
</entry>
<entry></entry>
</row>
+ <row xml:id="constant.vt-ui8">
+ <entry>
+ <constant>VT_UI8</constant>
+ (<type>integer</type>)
+ </entry>
+ <entry>19</entry>
+ <entry>
+ 8 バイト符号なし整数値。
+ </entry>
+ <entry>PHP 7.0.0 以降で利用可能です(x64 のみ)</entry>
+ </row>
<row xml:id="constant.vt-int">
<entry>
<constant>VT_INT</constant>