Syntax Syntax
Parameters Parameters
- $bytes
-
(Required)
Return Return
(string|false) Returns read string, otherwise false.
Source Source
File: wp-includes/pomo/streams.php
function read( $bytes ) { return fread( $this->_f, $bytes ); }
Developer Resources, Tips, Tricks, Tutorials and Much more.
(Required)
(string|false) Returns read string, otherwise false.
File: wp-includes/pomo/streams.php
function read( $bytes ) { return fread( $this->_f, $bytes ); }