POMO_FileReader::read( int $bytes )


Description


Parameters

$bytes

(int) (Required)


Top ↑

Return

(string|false) Returns read string, otherwise false.


Top ↑

Source

File: wp-includes/pomo/streams.php

		function read( $bytes ) {
			return fread( $this->_f, $bytes );
		}