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