mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix build (section in wrong place)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302475 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
747efefa08
commit
7833287480
1 changed files with 33 additions and 34 deletions
|
@ -83,41 +83,40 @@
|
|||
</variablelist>
|
||||
</section>
|
||||
}}} -->
|
||||
|
||||
</partintro>
|
||||
|
||||
|
||||
<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>
|
||||
The <classname>FilesystemIterator</classname> was introduced as
|
||||
the parent class. Previously, the parent was the
|
||||
<classname>DirectoryIterator</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Implements <interfacename>SeekableIterator</interfacename>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</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>
|
||||
The <classname>FilesystemIterator</classname> was introduced as
|
||||
the parent class. Previously, the parent was the
|
||||
<classname>DirectoryIterator</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.0</entry>
|
||||
<entry>
|
||||
Implements <interfacename>SeekableIterator</interfacename>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</para>
|
||||
</section><!-- }}} -->
|
||||
|
||||
</partintro>
|
||||
|
||||
&reference.spl.entities.recursivedirectoryiterator;
|
||||
|
||||
|
|
Loading…
Reference in a new issue