$eos
$eos : boolean
Has the end of the stream been reached?
Tokenization of an IMAP data stream.
NOTE: This class is NOT intended to be accessed outside of this package. There is NO guarantees that the API of this class will not change across versions.
flushIterator(boolean $return = true, boolean $sublevel = true) : array
Flush the remaining entries left in the iterator.
boolean | $return | If true, return entries. Only returns entries on the current level. |
boolean | $sublevel | Only flush items in current sublevel? |
The entries if $return is true.