PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::next
request it (622)
GoLang replacement for PHP's SplObjectStorage::next
[edit | history]
SplObjectStorage::next(PHP 5 >= 5.1.0, PHP 7) SplObjectStorage::next — Move to the next entry Description
public void SplObjectStorage::next
( void
)
Moves the iterator to the next object in the storage. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::next() example
<?phpThe above example will output something similar to:
int(0)
object(stdClass)#2 (0) {
}
int(1)
object(stdClass)#3 (0) {
}
|
more
Most requested
more
Last requests
|