svn: /phpdoc/fr/trunk/reference/ tidy/tidy/parsestring.xml var/functions/serialize.xml
[email protected] (George Peter Banyard)
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
girgias Tue, 01 Dec 2020 23:52:08 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351826
Log:
Sync with EN
Changed paths:
U phpdoc/fr/trunk/reference/tidy/tidy/parsestring.xml
U phpdoc/fr/trunk/reference/var/functions/serialize.xml
Modified: phpdoc/fr/trunk/reference/tidy/tidy/parsestring.xml
===================================================================
--- phpdoc/fr/trunk/reference/tidy/tidy/parsestring.xml 2020-12-01 23:16:32 UTC (rev 351825)
+++ phpdoc/fr/trunk/reference/tidy/tidy/parsestring.xml 2020-12-01 23:52:08 UTC (rev 351826)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351752 Maintainer: jpauli Status: ready -->
+<!-- EN-Revision: 351818 Maintainer: jpauli Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="tidy.parsestring" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@@ -80,7 +80,7 @@
&reftitle.returnvalues;
<para>
<methodname>tidy::parseString</methodname> retourne &true; en cas de succès.
- <function>tidy_parse_srting</function> retourne une nouvelle instance de
+ <function>tidy_parse_string</function> retourne une nouvelle instance de
<classname>tidy</classname> en cas de succès.
Tout de deux, la méthode et la fonction retourne &false; en cas d'échec.
</para>
Modified: phpdoc/fr/trunk/reference/var/functions/serialize.xml
===================================================================
--- phpdoc/fr/trunk/reference/var/functions/serialize.xml 2020-12-01 23:16:32 UTC (rev 351825)
+++ phpdoc/fr/trunk/reference/var/functions/serialize.xml 2020-12-01 23:52:08 UTC (rev 351826)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 349590 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351823 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.serialize" xmlns="http://docbook.org/ns/docbook">
@@ -101,7 +101,7 @@
if (!odbc_execute($stmt, $sqldata)) {
$stmt = odbc_prepare($conn,
"INSERT INTO sessions (id, data) VALUES(?, ?)");
- if (!odbc_execute($stmt, $sqldata)) {
+ if (!odbc_execute($stmt, array_reverse($sqldata))) {
/* Un problème est survenu ! */
}
}