W3cubDocs

/WordPress

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–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/read