POMO_FileReader::read_all()publicWP 1.0

Method of the class: POMO_FileReader{}

No Hooks.

Return

String.

Usage

$POMO_FileReader = new POMO_FileReader();
$POMO_FileReader->read_all();

POMO_FileReader::read_all() code WP 6.5.2

public function read_all() {
	return stream_get_contents( $this->_f );
}