PHP » GoLang |
login |
register |
about
|
GoLang ArrayIterator::next
request it (312)
GoLang replacement for PHP's ArrayIterator::next
[edit | history]
ArrayIterator::next(PHP 5, PHP 7) ArrayIterator::next — Move to next entry Description
public void ArrayIterator::next
( void
)
The iterator to the next entry. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 ArrayIterator::next() example
<?php The above example will output: 0 => zero 1 => one |
more
Recently updated
more
Most requested
more
Last requests
|