Configuration
- final public function setDelimiter($character) — Change the "line" delimiter character, which defaults to "\n". This is used to determine where each line ends.
Internals
- abstract protected function willRewind() — Hook, called before @{method:rewind()}. Allows a concrete implementation to open resources or reset state.
- abstract protected function readMore() — Called when the iterator needs more data. The subclass should return more data, or empty string to indicate end-of-stream.
Iterator Interface
Other Methods
- public function __get($name)
- public function __set($name, $value)
- private function throwOnAttemptedIteration()
- public function getPhobjectClassConstant($key, $byte_limit) — Read the value of a class constant.