POMO_StringReader::read_all(): string ContentsReturn Source User Contributed Notes Return string Top ↑Source File: wp-includes/pomo/streams.php. View all references public function read_all() { return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) ); } View on Trac View on GitHub Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.