PHP » GoLang |
login |
register |
about
|
GoLang ArrayObject::getIteratorClass
request it (318)
GoLang replacement for PHP's ArrayObject::getIteratorClass
[edit | history]
PHP ArrayObject::getIteratorClassPHP original manual for ArrayObject::getIteratorClass [ show | php.net ]ArrayObject::getIteratorClass(PHP 5 >= 5.1.0, PHP 7) ArrayObject::getIteratorClass — Gets the iterator classname for the ArrayObject Description
public string ArrayObject::getIteratorClass
( void
)
Gets the class name of the array iterator that is used by ArrayObject::getIterator(). ParametersThis function has no parameters. Return ValuesReturns the iterator class name that is used to iterate over this object. Examples
Example #1 ArrayObject::getIteratorClass() example
<?php The above example will output: string(13) "ArrayIterator" string(15) "MyArrayIterator" |
more
Recently updated
more
Most requested
more
Last requests
|