PHP » GoLang |
login |
register |
about
|
GoLang LimitIterator::getPosition
request it (339)
GoLang replacement for PHP's LimitIterator::getPosition
[edit | history]
PHP LimitIterator::getPositionPHP original manual for LimitIterator::getPosition [ show | php.net ]LimitIterator::getPosition(PHP 5 >= 5.1.0, PHP 7) LimitIterator::getPosition — Return the current position Description
public int LimitIterator::getPosition
( void
)
Gets the current zero-based position of the inner Iterator. ParametersThis function has no parameters. Return ValuesThe current position. Examples
Example #1 LimitIterator::getPosition() example
<?php The above example will output: 2 cherry 3 damson 4 elderberry |
more
Recently updated
more
Most requested
more
Last requests
|