POMO_FileReader::read( int $bytes )
Description
Parameters
- $bytes
-
(int) (Required)
Return
(string|false) Returns read string, otherwise false.
Source
File: wp-includes/pomo/streams.php
function read( $bytes ) { return fread( $this->_f, $bytes ); }