PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::rewind
request it (374)
GoLang replacement for PHP's SplObjectStorage::rewind
[edit | history]
SplObjectStorage::rewind(PHP 5 >= 5.1.0, PHP 7) SplObjectStorage::rewind — Rewind the iterator to the first storage element Description
public void SplObjectStorage::rewind
( void
)
Rewind the iterator to the first storage element. ParametersThis function has no parameters. Return ValuesNo value is returned. Examples
Example #1 SplObjectStorage::rewind() example
<?php The above example will output something similar to: int(1) int(0) |
more
Recently updated
more
Most requested
more
Last requests
|