mirror of
https://github.com/php/doc-ru.git
synced 2025-08-15 23:42:35 +00:00
docs(ru): Updated to English revision
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@350572 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<!-- EN-Revision: b824e2b1086e94a1077bd071964547283616030a Maintainer: sergey Status: ready -->
|
||||
<!-- EN-Revision: 03f0ebc60c1e2c397ca81997646197d3d0cb4fed Maintainer: sergey Status: ready -->
|
||||
<!-- Reviewed: no -->
|
||||
|
||||
<section xml:id="mysqli.configuration" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -27,6 +27,12 @@
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry>Доступно с PHP 5.2.4. До PHP 7.2.16 и 7.3.3 значением по умолчанию было "1".</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><link linkend="ini.mysqli.local-infile-directory">mysqli.local_infile_directory</link></entry>
|
||||
<entry></entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<link linkend="ini.mysqli.allow-persistent">mysqli.allow_persistent</link>
|
||||
@ -134,6 +140,19 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysqli.local-infile-directory">
|
||||
<term>
|
||||
<parameter>mysqli.local_infile_directory</parameter>
|
||||
<type>string</type>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Позволяет ограничить загрузку LOAD DATA файлами, расположенными в указанном
|
||||
каталоге.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry xml:id="ini.mysqli.allow-persistent">
|
||||
<term>
|
||||
<parameter>mysqli.allow_persistent</parameter>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- EN-Revision: 2a5c6fb263b5c18a91bf51cf2388ecf1f3fe3c6b Maintainer: mch Status: ready -->
|
||||
<!-- EN-Revision: 03f0ebc60c1e2c397ca81997646197d3d0cb4fed Maintainer: mch Status: ready -->
|
||||
<!-- $Revision$ -->
|
||||
<!-- Reviewed: yes -->
|
||||
<section xml:id="pdo-mysql.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
@ -53,6 +53,22 @@ if ($db->getAttribute(PDO::ATTR_DRIVER_NAME) == 'mysql') {
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="pdo.constants.mysql-attr-local-infile-directory">
|
||||
<term>
|
||||
<constant>PDO::MYSQL_ATTR_LOCAL_INFILE_DIRECTORY</constant>
|
||||
(<type>string</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Позволяет ограничить загрузку LOCAL DATA файлами, расположенными в указанном
|
||||
каталоге.
|
||||
</para>
|
||||
<para>
|
||||
Обратите внимание, что эта константа может использоваться только в массиве <parameter>driver_options</parameter>
|
||||
при создании нового дескриптора базы данных.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="pdo.constants.mysql-attr-init-command">
|
||||
<term>
|
||||
<constant>PDO::MYSQL_ATTR_INIT_COMMAND</constant>
|
||||
|
Reference in New Issue
Block a user