POMO_FileReader::read_allpublicWP 1.0

Method of the class: POMO_FileReader{}

No Hooks.

Returns

String.

Usage

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

POMO_FileReader::read_all() code WP 7.0

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