POMO_StringReader::read_all(): string In this article Table of ContentsReturn Source ↑ Back to top Return string Source public function read_all() { return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) ); } View all references View on Trac View on GitHub User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.