mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug#49549
ArrayObject impelments Serializable as of PHP5.3.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288402 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a584757326
commit
f52a67f4f2
1 changed files with 29 additions and 0 deletions
|
@ -41,6 +41,10 @@
|
|||
<interfacename>ArrayAccess</interfacename>
|
||||
</oointerface>
|
||||
|
||||
<oointerface>
|
||||
<interfacename>Serializable</interfacename>
|
||||
</oointerface>
|
||||
|
||||
<oointerface>
|
||||
<interfacename>Countable</interfacename>
|
||||
</oointerface>
|
||||
|
@ -99,6 +103,31 @@
|
|||
</variablelist>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section role="changelog">
|
||||
&reftitle.changelog;
|
||||
<para>
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Implements <interfacename>Serializable</interfacename>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- {{{ ArrayObject properties
|
||||
<section xml:id="arrayobject.props">
|
||||
|
|
Loading…
Reference in a new issue