com doc/ja: Update json-encode.xml: reference/json/functions/json-encode.xml

[email protected] (Yoshinari Takaoka) Fri, 19 Feb 2021 13:06:16 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    5d5b81b2e5c03169a7b0b339afa3556545610d9d=0AAuthor:    Yoshinari =
Takaoka <[email protected]>         Fri, 19 Feb 2021 22:06:16 +0900=0AParen=
ts:   b6942cd94dbed1dddc930b40a1c67b5df0939fff=0ABranches:  master=0A=0ALin=
k:       http://git.php.net/?p=3Ddoc/ja.git;a=3Dcommitdiff;h=3D5d5b81b2e5c0=
3169a7b0b339afa3556545610d9d=0A=0ALog:=0AUpdate json-encode.xml=0A=0AShould=
 be 'flags' instead of 'options' because argument `$options` was renamed to=
 `$flags`.=0A=0ACloses GH-455=0A=0ASigned-off-by: George Peter Banyard <gir=
[email protected]>=0A=0AChanged paths:=0A  M  reference/json/functions/json-enco=
de.xml=0A=0A=0ADiff:=0Adiff --git a/reference/json/functions/json-encode.xm=
l b/reference/json/functions/json-encode.xml=0Aindex 5bbde2c5a9..ad295f2573=
 100644=0A--- a/reference/json/functions/json-encode.xml=0A+++ b/reference/=
json/functions/json-encode.xml=0A@@ -1,6 +1,6 @@=0A <?xml version=3D"1.0" e=
ncoding=3D"utf-8"?>=0A <!-- $Revision$ -->=0A-<!-- EN-Revision: 9e3b30232be=
09c56bd18a766b2041da254ef95f0 Maintainer: takagi Status: ready -->=0A+<!-- =
EN-Revision: d446e9e831e436a072cb967dff22287e0132661c Maintainer: takagi St=
atus: ready -->=0A <!-- Credits: mumumu -->=0A <refentry xml:id=3D"function=
.json-encode" xmlns=3D"http://docbook.org/ns/docbook">=0A  <refnamediv>=0A@=
@ -162,7 +162,7 @@ echo json_encode($arr);=0A =0A    <example>=0A     <titl=
e>=0A-     <function>json_encode</function> =E3=81=A7=E3=80=81=E5=88=A9=
=E7=94=A8=E4=B8=AD=E3=81=AE=E3=81=84=E3=81=8F=E3=81=A4=E3=81=8B=E3=81=AE=
=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E8=A1=A8=E7=A4=BA=
=E3=81=99=E3=82=8B=E4=BE=8B=0A+     <function>json_encode</function> =
=E3=81=A7=E3=80=81=E5=88=A9=E7=94=A8=E4=B8=AD=E3=81=AE=E3=81=84=E3=81=8F=
=E3=81=A4=E3=81=8B=E3=81=AE=E3=83=95=E3=83=A9=E3=82=B0=E3=82=92=E8=A1=A8=
=E7=A4=BA=E3=81=99=E3=82=8B=E4=BE=8B=0A     </title>=0A     <programlisting=
 role=3D"php">=0A <![CDATA[=0A@@ -217,7 +217,7 @@ Associative array always =
output as object: {"foo":"bar","baz":"long"}=0A     </screen>=0A    </examp=
le>=0A    <example>=0A-    <title>JSON_NUMERIC_CHECK =E3=82=AA=E3=83=97=
=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E4=BE=8B</title>=0A+    <title>JSON_NU=
MERIC_CHECK =E3=81=AE=E4=BE=8B</title>=0A     <programlisting role=3D"php">=
=0A <![CDATA[=0A <?php=0A@@ -333,7 +333,7 @@ string(33) "{"0":"foo","2":"ba=
z","3":"blong"}"=0A     </screen>=0A    </example>=0A    <example>=0A-    <=
title><constant>JSON_PRESERVE_ZERO_FRACTION</constant> =E3=82=AA=E3=83=
=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=AE=E4=BE=8B</title>=0A+    <title><con=
stant>JSON_PRESERVE_ZERO_FRACTION</constant> =E3=81=AE=E4=BE=8B</title>=0A =
    <programlisting role=3D"php">=0A <![CDATA[=0A <?php=0A