mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164135 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ed77ecccdc
commit
9b8aa4bbbb
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<sect1 id="language.oop5.iterations">
|
||||
<title>Object Iteration</title>
|
||||
<para>
|
||||
PHP 5 provides a way for objects to to be defined so it is possible
|
||||
PHP 5 provides a way for objects to be defined so it is possible
|
||||
to iterate through a list of items, with, for example a <xref
|
||||
linkend="control-structures.foreach" /> statement. By default, all
|
||||
public properties will be used for the iteration.
|
||||
|
|
Loading…
Reference in a new issue