com doc/fr: Apply commit d446e9e831e436a072cb967dff22287e0132661c: reference/json/functions/json-encode.xml
[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:12 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: 2bb81c556e97b809ed3239c0255ec36a1b84086a Author: George Peter Banyard <[email protected]> Wed, 24 Feb 2021 15:10:54 +0000 Parents: 0d490074b571bdb77691a8e35ea74e550f931d4d Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=2bb81c556e97b809ed3239c0255ec36a1b84086a Log: Apply commit d446e9e831e436a072cb967dff22287e0132661c Update json-encode.xml (option renamed to flag) Changed paths: M reference/json/functions/json-encode.xml Diff: diff --git a/reference/json/functions/json-encode.xml b/reference/json/functions/json-encode.xml index d40f348084..f241628405 100644 --- a/reference/json/functions/json-encode.xml +++ b/reference/json/functions/json-encode.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 9e3b30232be09c56bd18a766b2041da254ef95f0 Maintainer: girgias Status: ready --> +<!-- EN-Revision: d446e9e831e436a072cb967dff22287e0132661c Maintainer: girgias Status: ready --> <!-- Reviewed: no --> <refentry xml:id="function.json-encode" xmlns="http://docbook.org/ns/docbook"> @@ -159,7 +159,7 @@ echo json_encode($arr); </screen> </example> <example> - <title>Exemple avec <function>json_encode</function> montrant quelques options en action</title> + <title>Exemple avec <function>json_encode</function> montrant quelques drapeaux en action</title> <programlisting role="php"> <![CDATA[ <?php