POMO_FileReader::read( int $bytes )
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 ); }
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/read