IteratorAggregate::getIterator

(PHP 5 >= 5.0.0)

IteratorAggregate::getIteratorRetrieve an external iterator

說明

abstract public Traversable IteratorAggregate::getIterator ( void )

Returns an external iterator.

參數

此函式沒有參數。

回傳值

An instance of an object implementing Iterator or Traversable

錯誤/例外

Throws an Exception on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top