com doc/fr: Apply commit 923fbe06539286e2a9261ea9982e788b4157ad48: reference/strings/functions/explode.xml
[email protected] (George Peter Banyard) Tue, 26 Jan 2021 17:28:26 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: f854ec716b872cf4bc8c733f6556f1117706b44c Author: George Peter Banyard <[email protected]> Tue, 26 Jan 2021 17:28:26 +0000 Parents: 403822ccfa25a23eeac51d085979186c4a3f3b18 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=f854ec716b872cf4bc8c733f6556f1117706b44c Log: Apply commit 923fbe06539286e2a9261ea9982e788b4157ad48 explode: update reference to implode param order Changed paths: M reference/strings/functions/explode.xml Diff: diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index 09b5cf3a26..81f516c1ce 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: e095023e408c8cb6378ae16bb6870343a3946919 Maintainer: yannick Status: ready --> +<!-- EN-Revision: 923fbe06539286e2a9261ea9982e788b4157ad48 Maintainer: yannick Status: ready --> <!-- Reviewed: no --> <refentry xml:id="function.explode" xmlns="http://docbook.org/ns/docbook"> <refnamediv> @@ -68,10 +68,9 @@ </para> <note> <para> - Bien que <function>implode</function> puisse, pour des raisons historiques, - accepter ces paramètres dans n'importe quel ordre, - <function>explode</function> ne le peut pas. - Vous devez vous assurer que le paramètre <parameter>separator</parameter> + Antérieur à PHP 8.0, <function>implode</function> acceptait ses paramètres + dans n'importe quel ordre. <function>explode</function> n'a jamais supporté ceci : + vous devez vous assurer que le paramètre <parameter>separator</parameter> soit placé avant le paramètre <parameter>string</parameter>. </para> </note>