W3cubDocs

/WordPress

POMO_StringReader::__construct( $str = )

PHP5 constructor.

Source

public function __construct( $str = '' ) {
	parent::__construct();
	$this->_str = $str;
	$this->_pos = 0;
}

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/POMO_StringReader/__construct