mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added jsonserializable version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313049 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1b5772cda4
commit
d8b3b5d9cf
1 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@
|
|||
<function name='json_decode' from='PHP 5 >= 5.2.0, PECL json >= 1.2.0'/>
|
||||
<function name='json_encode' from='PHP 5 >= 5.2.0, PECL json >= 1.2.0'/>
|
||||
<function name='json_last_error' from='PHP 5 >= 5.3.0'/>
|
||||
|
||||
<!-- JsonSerializable -->
|
||||
<function name="jsonserializable" from="PHP 5 >= 5.4.0" />
|
||||
<function name="jsonserializable::jsonserialize" from="PHP 5 >= 5.4.0" />
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
@ -28,4 +32,4 @@ End:
|
|||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue