svn: /phpdoc/fr/trunk/reference/dba/functions/ dba-close.xml dba-delete.xml dba-exists.xml dba-firstkey.xml dba-insert.xml dba-key-split.xml dba-nextkey.xml dba-optimize.xml dba-replace.xml dba-sync.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Mon, 28 Dec 2020 01:03:18 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=352233
Log:
Apply SVN revision 352209
Changed paths:
U phpdoc/fr/trunk/reference/dba/functions/dba-close.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-delete.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-exists.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-firstkey.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-insert.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-key-split.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-nextkey.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-optimize.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-replace.xml
U phpdoc/fr/trunk/reference/dba/functions/dba-sync.xml
svn-diffs-352233.txt
(text/x-diff, 15.2 KB)
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-close.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-close.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-close.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-close" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>dba_close</methodname>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_close</function> ferme le lien établi avec
@@ -25,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de la base de données, retourné par
@@ -55,7 +55,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-delete.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-delete.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-delete.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-delete" xmlns="http://docbook.org/ns/docbook">
@@ -13,8 +13,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>dba_delete</methodname>
- <methodparam><type>string</type><parameter>key</parameter></methodparam>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_delete</function> efface l'entrée
@@ -36,7 +36,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de la base de données, retourné par
@@ -68,7 +68,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-exists.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-exists.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-exists.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-exists" xmlns="http://docbook.org/ns/docbook">
@@ -12,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>dba_exists</methodname>
- <methodparam><type>string</type><parameter>key</parameter></methodparam>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_exists</function> vérifie si la clé
@@ -35,7 +35,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par la fonction
@@ -67,7 +67,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-firstkey.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-firstkey.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-firstkey.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-firstkey" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>dba_firstkey</methodname>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_firstkey</function> retourne la première clé
@@ -27,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par la fonction
@@ -58,7 +58,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-insert.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-insert.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-insert.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-insert" xmlns="http://docbook.org/ns/docbook">
@@ -13,9 +13,9 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>dba_insert</methodname>
- <methodparam><type>string</type><parameter>key</parameter></methodparam>
+ <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_insert</function> insère l'entrée décrite
@@ -48,7 +48,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par la fonction
@@ -80,7 +80,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-key-split.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-key-split.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-key-split.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-key-split" xmlns="http://docbook.org/ns/docbook">
@@ -15,8 +15,8 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>dba_key_split</methodname>
- <methodparam><type>mixed</type><parameter>key</parameter></methodparam>
+ <type class="union"><type>array</type><type>false</type></type><methodname>dba_key_split</methodname>
+ <methodparam><type class="union"><type>string</type><type>false</type><type>null</type></type><parameter>key</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_key_split</function> transforme une représentation de
@@ -60,7 +60,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-nextkey.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-nextkey.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-nextkey.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351135 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-nextkey" xmlns="http://docbook.org/ns/docbook">
@@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type class="union"><type>string</type><type>false</type></type><methodname>dba_nextkey</methodname>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_nextkey</function> retourne la clé suivante,
@@ -25,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par la fonction
@@ -54,7 +54,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-optimize.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-optimize.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-optimize.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-optimize" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>dba_optimize</methodname>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_optimize</function> optimise la base de données
@@ -26,7 +26,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par
@@ -55,7 +55,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-replace.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-replace.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-replace.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
-
<refentry xml:id="function.dba-replace" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>dba_replace</refname>
@@ -13,15 +12,15 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>dba_replace</methodname>
- <methodparam><type>string</type><parameter>key</parameter></methodparam>
+ <methodparam><type class="union"><type>string</type><type>array</type></type><parameter>key</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_replace</function> remplace ou insère une entrée,
pour la clé <parameter>key</parameter> et avec la valeur
<parameter>value</parameter> dans la base identifiée par
- <parameter>handle</parameter>.
+ <parameter>dba</parameter>.
</para>
</refsect1>
@@ -46,7 +45,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par
@@ -78,7 +77,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Modified: phpdoc/fr/trunk/reference/dba/functions/dba-sync.xml
===================================================================
--- phpdoc/fr/trunk/reference/dba/functions/dba-sync.xml 2020-12-28 01:01:00 UTC (rev 352232)
+++ phpdoc/fr/trunk/reference/dba/functions/dba-sync.xml 2020-12-28 01:03:18 UTC (rev 352233)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352209 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes Maintainer: yannick -->
<refentry xml:id="function.dba-sync" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis>
<type>bool</type><methodname>dba_sync</methodname>
- <methodparam><type>resource</type><parameter>handle</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>dba</parameter></methodparam>
</methodsynopsis>
<para>
<function>dba_sync</function> synchronise la base de données
@@ -27,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
- <term><parameter>handle</parameter></term>
+ <term><parameter>dba</parameter></term>
<listitem>
<para>
Le gestionnaire de base de données, retourné par la fonction
@@ -56,7 +56,6 @@
</para>
</refsect1>
</refentry>
-
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml