PHP » PYTHON |
login |
register |
about
|
|
ArrayObject::getIterator(PHP 5 >= 5.1.0) ArrayObject::getIterator — Create a new iterator from an ArrayObject instance DescriptionCreate a new iterator from an ArrayObject instance. ParametersThis function has no parameters. Return ValuesAn iterator from an ArrayObject. Examples
Example #1 ArrayObject::getIterator() example
<?phpThe above example will output: 1 => one 2 => two 3 => three
|
more
Recently updated
more
Most requested
more
Last requests
|