mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
link to spl iterators
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323150 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6833da6028
commit
bd9f0a6ffd
1 changed files with 9 additions and 0 deletions
|
@ -44,8 +44,17 @@
|
|||
<!-- }}} -->
|
||||
|
||||
</section>
|
||||
|
||||
<section xml:id="iterator.iterators">
|
||||
<title>Predefined iterators</title>
|
||||
<para>
|
||||
PHP already provides a number of iterators for many day to day tasks.
|
||||
See <link linkend="spl.iterators">SPL iterators</link> for a list.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="iterator.examples">
|
||||
&reftitle.examples;
|
||||
<example xml:id="iterator.example.basic"><!-- {{{ -->
|
||||
<title>Basic usage</title>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue