mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
document the detph parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3d8a5c11e8
commit
91c3c84922
1 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<refentry xml:id="function.json-decode" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>json_decode</refname>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<term><parameter>depth</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
User specified nesting limit.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -168,6 +168,10 @@ json_decode($bad_json); // null
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>Added the optional <parameter>depth</parameter></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.2.3</entry>
|
||||
<entry>The nesting limit was increased from 20 to 128</entry>
|
||||
|
|
Loading…
Reference in a new issue