File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<refentry xml : id =" function.json-last-error-msg" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
4
4
<refnamediv >
5
5
<refname >json_last_error_msg</refname >
6
- <refpurpose >Returns the error string of the last json_encode() or json_decode() call</refpurpose >
6
+ <refpurpose >Returns the error string of the last json_validate(), json_encode() or json_decode() call</refpurpose >
7
7
</refnamediv >
8
8
9
9
<refsect1 role =" description" >
13
13
<void />
14
14
</methodsynopsis >
15
15
<para >
16
- Returns the error string of the last <function >json_encode</function > or <function >json_decode</function >
16
+ Returns the error string of the last <function >json_validate</ function >, < function > json_encode</function > or <function >json_decode</function >
17
17
call, which did not specify <constant >JSON_THROW_ON_ERROR</constant >.
18
18
</para >
19
19
You can’t perform that action at this time.
0 commit comments