POMO_StringReader::read_all() WordPress Method

The POMO_StringReader::read_all() function is a helper function that reads an entire string from a given string reader. This is useful for reading large amounts of data from a string reader, or for reading data that is not easily read using the read() function.

POMO_StringReader::read_all() #

Contents


Return

(string)


Top ↑

Source

File: wp-includes/pomo/streams.php

		public function read_all() {
			return $this->substr( $this->_str, $this->_pos, $this->strlen( $this->_str ) );
		}

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.