POMO_FileReader::read( int $bytes ): string|false In this article Table of ContentsParameters Return Source ↑ Back to top Parameters $bytesintrequired Return string|false Returns read string, otherwise false. Source public function read( $bytes ) { return fread( $this->_f, $bytes ); } View all references View on Trac View on GitHub User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.