PHP » GoLang |
login |
register |
about
|
GoLang ArrayIterator::current
request it (325)
GoLang replacement for PHP's ArrayIterator::current
[edit | history]
ArrayIterator::current(PHP 5, PHP 7) ArrayIterator::current — Return current array entry ParametersThis function has no parameters. Return ValuesThe current array entry. Examples
Example #1 ArrayIterator::current() example
<?php The above example will output: 1 => one 2 => two 3 => three |
more
Recently updated
more
Most requested
more
Last requests
|