File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 9e3b30232be09c56bd18a766b2041da254ef95f0 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 811ad2ca065f6f5b92a911bba9d736e744e4682c Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<refentry xml : id =" function.json-last-error-msg" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
77 <refname >json_last_error_msg</refname >
8- <refpurpose >直近の json_encode() や json_decode() の呼び出しのエラー文字列を返す</refpurpose >
8+ <refpurpose >直近の json_validate()、 json_encode()、 json_decode() の呼び出しのエラー文字列を返す</refpurpose >
99 </refnamediv >
1010
1111 <refsect1 role =" description" >
1616 </methodsynopsis >
1717 <para >
1818 呼び出しで <constant >JSON_THROW_ON_ERROR</constant > を指定しなかった場合、
19- 直近の <function >json_encode</function > または <function >json_decode</function > 呼び出しの
19+ 直近の <function >json_validate</function >、<function >json_encode</function >、
20+ または <function >json_decode</function > 呼び出しの
2021 エラー文字列を返します。
2122 </para >
2223
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 8cdc6621f9826d04abc3e50438c010804d7e8683 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 7100979e254970cef72c6f91b32352e7c7898635 Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
55<refentry xml : id =" function.json-last-error" xmlns =" http://docbook.org/ns/docbook" >
66 <refnamediv >
1616 </methodsynopsis >
1717 <para >
1818 <constant >JSON_THROW_ON_ERROR</constant > を指定していなかった場合に、
19- 直近の JSON エンコード/デコード処理中に発生したエラー (もし存在すれば) を返します。
19+ 直近の JSON エンコード/デコード/検証処理中に発生したエラー (もし存在すれば) を返します。
2020 </para >
2121 </refsect1 >
2222
You can’t perform that action at this time.
0 commit comments