W3cubDocs

/WordPress

POMO_FileReader::read( int $bytes ): string|false

Parameters

$bytesintrequired

Return

string|false Returns read string, otherwise false.

Source

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

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_filereader/read