PHP » GoLang |
login |
register |
about
|
GoLang NoRewindIterator::rewind
request it (364)
GoLang replacement for PHP's NoRewindIterator::rewind
[edit | history]
NoRewindIterator::rewind(PHP 5 >= 5.1.0, PHP 7) NoRewindIterator::rewind — Prevents the rewind operation on the inner iterator Description
public void NoRewindIterator::rewind
( void
)
Prevents the rewind operation on the inner iterator. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 NoRewindIterator::rewind() example This example demonstrates that calling rewind on a NoRewindIterator object has no effect.
<?php The above example will output: lemon orange |
more
Recently updated
more
Most requested
more
Last requests
|