mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document MYSQLI_BINARY_FLAG
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330173 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2c40bcfe21
commit
3fb4399cc6
1 changed files with 8 additions and 0 deletions
|
@ -500,6 +500,14 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constantmysqli-binary-flag">
|
||||
<term><constant>MYSQLI_BINARY_FLAG</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Field is defined as <literal>BINARY</literal>. Available since PHP 5.3.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constantmysqli-cursor-type-for-update">
|
||||
<term><constant>MYSQLI_CURSOR_TYPE_FOR_UPDATE</constant></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue