diff --git a/language/control-structures.xml b/language/control-structures.xml index 514b0bc0e0..4b8e4ed695 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -518,6 +518,10 @@ foreach (array_expression as $key => $value) element's key will be assigned to the variable $key on each loop. + + As of PHP 5, it is possible to + iterate objects too. +