POMO_FileReader::read( int $bytes )
Contents
Parameters
- $bytes
-
(int) (Required)
Return
(string|false) Returns read string, otherwise false.
Source
File: wp-includes/pomo/streams.php
public function read( $bytes ) { return fread( $this->_f, $bytes ); }
Expand full source code Collapse full source code View on Trac View on GitHub