mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
579b911422
commit
cbaa0ad6bb
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue