|
ArrayObject::getIteratorClassGets the iterator classname for the ArrayObject. Beschreibung
public string ArrayObject::getIteratorClass
( void
)
Gets the class name of the array iterator that is used by ArrayObject::getIterator(). Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the iterator class name that is used to iterate over this object. Beispiele
Beispiel #1 ArrayObject::getIteratorClass example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(13) "ArrayIterator" string(15) "MyArrayIterator" |