| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-22 01:38:30 GMT-0800 |
| Commit | 83cb51b2968b01f2a32b8e8348fe026c8a73d42d |
| Parent | dfc76b5 |
| } | ||
| + public function isOpen(): boolean { | ||
| + return $this->handle !== false; | ||
| + } | ||
| + | ||
| public function read( int $length ): string { | ||
| $available = $this->bufferLen - $this->bufferPos; |
| Delta | 4 lines added, 0 lines removed, 4-line increase |
|---|