PHP » GoLang |
login |
register |
about
|
GoLang SplObjectStorage::getInfo
request it (342)
GoLang replacement for PHP's SplObjectStorage::getInfo
[edit | history]
SplObjectStorage::getInfo(PHP 5 >= 5.3.0, PHP 7) SplObjectStorage::getInfo — Returns the data associated with the current iterator entry DescriptionReturns the data, or info, associated with the object pointed by the current iterator position. ParametersThis function has no parameters. Return ValuesThe data associated with the current iterator position. Examples
Example #1 SplObjectStorage::getInfo() example
<?php The above example will output something similar to: object(stdClass)#2 (0) { } string(2) "d1" object(stdClass)#3 (0) { } string(2) "d2" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|