json_encode() doesn't support this. Only json_decode() does.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324565 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Scott MacVicar 2012-03-27 01:11:46 +00:00
parent 579b911422
commit cbaa0ad6bb

View file

@ -44,7 +44,6 @@
<constant>JSON_HEX_AMP</constant>,
<constant>JSON_HEX_APOS</constant>,
<constant>JSON_NUMERIC_CHECK</constant>,
<constant>JSON_BIGINT_AS_STRING</constant>,
<constant>JSON_PRETTY_PRINT</constant>,
<constant>JSON_UNESCAPED_SLASHES</constant>,
<constant>JSON_FORCE_OBJECT</constant>,
@ -78,7 +77,7 @@
<row>
<entry>5.4.0</entry>
<entry>
<constant>JSON_BIGINT_AS_STRING</constant>, <constant>JSON_PRETTY_PRINT</constant>, <constant>JSON_UNESCAPED_SLASHES</constant>, and <constant>JSON_UNESCAPED_UNICODE</constant> <parameter>options</parameter> were added.
<constant>JSON_PRETTY_PRINT</constant>, <constant>JSON_UNESCAPED_SLASHES</constant>, and <constant>JSON_UNESCAPED_UNICODE</constant> <parameter>options</parameter> were added.
</entry>
</row>
<row>