mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document VT_I8 and VT_UI8 constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349176 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cdf5498ad7
commit
c7661d7587
1 changed files with 22 additions and 0 deletions
|
@ -149,6 +149,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-byte signed integer value.
|
||||
</entry>
|
||||
<entry>Available as of PHP 7.0.0 (x64 only).</entry>
|
||||
</row>
|
||||
<row xml:id="constant.vt-r4">
|
||||
<entry>
|
||||
<constant>VT_R4</constant>
|
||||
|
@ -310,6 +321,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-byte unsigned integer.
|
||||
</entry>
|
||||
<entry>Available as of PHP 7.0.0 (x64 only).</entry>
|
||||
</row>
|
||||
<row xml:id="constant.vt-int">
|
||||
<entry>
|
||||
<constant>VT_INT</constant>
|
||||
|
|
Loading…
Reference in a new issue