reference/json/functions/json-last-error-msg.xml
9e3b30232be09c56bd18a766b2041da254ef95f0
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.json-last-error-msg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>json_last_error_msg</refname>
...
...
@@ -11,7 +10,7 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>string</type><methodname>json_last_error_msg</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the error string of the last <function>json_encode</function> or <function>json_decode</function>
...
...
@@ -28,8 +27,8 @@
28
27
<refsect1 role="returnvalues">
29
28
&reftitle.returnvalues;
30
29
<para>
31
-
Returns the error message on success, <literal>"No error"</literal> if no
32
-
error has occurred, &return.falseforfailure;.
30
+
Returns the error message on success, or <literal>"No error"</literal> if no
31
+
error has occurred.
33
32
</para>
34
33
</refsect1>
35
34

...
...
@@ -43,7 +42,6 @@
43
42
</refsect1>
44
43

45
44
</refentry>
46
-

47
45
<!-- Keep this comment at the end of the file
48
46
Local variables:
49
47
mode: sgml
50
48