forfor (
item
in
array
)
statement Special loop designed for reading associative arrays. For each element of the array, the statement is executed; the element can be referenced by array [item ]. A series of statements must be put within braces. |
|