mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
LOAD DATA LOCAL client flag
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237175 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c21e255958
commit
bf06330558
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<refentry id="function.mysql-connect">
|
||||
<refnamediv>
|
||||
<refname>mysql_connect</refname>
|
||||
|
@ -83,6 +83,7 @@
|
|||
<para>
|
||||
The <parameter>client_flags</parameter> parameter can be a combination
|
||||
of the following constants:
|
||||
128 (enable <literal>LOAD DATA LOCAL</literal> handling),
|
||||
<constant>MYSQL_CLIENT_SSL</constant>,
|
||||
<constant>MYSQL_CLIENT_COMPRESS</constant>,
|
||||
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<refentry id="function.mysql-pconnect">
|
||||
<refnamediv>
|
||||
<refname>mysql_pconnect</refname>
|
||||
|
@ -92,6 +92,7 @@
|
|||
<para>
|
||||
The <parameter>client_flags</parameter> parameter can be a combination
|
||||
of the following constants:
|
||||
128 (enable <literal>LOAD DATA LOCAL</literal> handling),
|
||||
<constant>MYSQL_CLIENT_SSL</constant>,
|
||||
<constant>MYSQL_CLIENT_COMPRESS</constant>,
|
||||
<constant>MYSQL_CLIENT_IGNORE_SPACE</constant> or
|
||||
|
|
Loading…
Reference in a new issue