Used By
Used By | Description |
---|---|
wp-includes/pomo/streams.php: POMO_FileReader::read_all() |
(int) (Required)
(string|false) Returns read string, otherwise false.
File: wp-includes/pomo/streams.php
function read( $bytes ) { return fread( $this->_f, $bytes ); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/read