1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Document all available options for mysqli::options (#5174)

This commit is contained in:
Kamil Tekiela
2026-01-20 20:11:38 +00:00
committed by GitHub
parent 35752f0720
commit e309a62b16

View File

@@ -67,6 +67,12 @@
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>
<entry>Enable/disable use of <literal>LOAD LOCAL INFILE</literal></entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_LOAD_DATA_LOCAL_DIR</constant></entry>
<entry>
Directory to be used for <literal>LOAD DATA LOCAL INFILE</literal>.
</entry>
</row>
<row>
<entry><constant>MYSQLI_INIT_COMMAND</constant></entry>
<entry>Command to execute after when connecting to MySQL server</entry>
@@ -123,6 +129,18 @@
Whether to verify server certificate or not.
</entry>
</row>
<row>
<entry><constant>MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS</constant></entry>
<entry>
Whether the client should accept expired passwords.
</entry>
</row>
<row>
<entry><literal>1</literal></entry>
<entry>
Whether to use network communication compression.
</entry>
</row>
</tbody>
</tgroup>
</table>