mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix build.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250576 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e2c8f20606
commit
d5218538fc
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="mysqli.set-local-infile-default" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli::set_local_infile_default</refname>
|
||||
|
@ -14,9 +14,10 @@
|
|||
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
||||
Deactivates a <literal>LOAD DATA INFILE LOCAL</literal> handler previously
|
||||
set with <function>mysqli_set_local_infile_handler</function>.
|
||||
|
||||
<para>
|
||||
Deactivates a <literal>LOAD DATA INFILE LOCAL</literal> handler previously
|
||||
set with <function>mysqli_set_local_infile_handler</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue