POMO_FileReader::read_all()
Contents
Return
(string)
Source
File: wp-includes/pomo/streams.php
public function read_all() { return stream_get_contents( $this->_f ); }
Expand full source code Collapse full source code View on Trac View on GitHub