On this page
POMO_FileReader::read( int $bytes ): string|false
Parameters
$bytesint Required
Return
string|false Returns read string, otherwise false.
Source
File: wp-includes/pomo/streams.php. View all references
public function read( $bytes ) {
return fread( $this->_f, $bytes );
}
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/read