PHP » GoLang |
login |
register |
about
|
GoLang NoRewindIterator::__construct
request it (361)
GoLang replacement for PHP's NoRewindIterator::__construct
[edit | history]
PHP NoRewindIterator::__constructPHP original manual for NoRewindIterator::__construct [ show | php.net ]NoRewindIterator::__construct(PHP 5 >= 5.1.0, PHP 7) NoRewindIterator::__construct — Construct a NoRewindIterator DescriptionConstructs a NoRewindIterator. Parameters
Return Values
A NoRewindIterator() based on the passed in
Examples
Example #1 NoRewindIterator::__construct() example The second loop does not output because the iterator is only used once, as it does not rewind.
<?php The above example will output something similar to: Fruit A: apple banana cranberry Fruit B: |
more
Recently updated
more
Most requested
more
Last requests
|