mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document the MYSQLI_TYPE_JSON constant
Closes GH-458.
This commit is contained in:
parent
9e8ce329fd
commit
6172f135bc
1 changed files with 9 additions and 0 deletions
|
@ -509,6 +509,15 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constantmysqli-type-json">
|
||||
<term><constant>MYSQLI_TYPE_JSON</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Field is defined as <literal>JSON</literal>.
|
||||
Only valid for mysqlnd and MySQL 5.7.8 and up.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constantmysqli-need-data">
|
||||
<term><constant>MYSQLI_NEED_DATA</constant></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue