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
- protected function willRewind() — Closes the file handle if it is open, and reopens it.
- protected function readMore() — Read the file chunk-by-chunk.
- public function __destruct() — Closes the file handle.
- private function closeHandle() — Close the file handle, if it is open.
Iterator Interface
Construction
- public function __construct($file_name) — To construct, pass the path to a file.
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.