POMO_StringReader::__construct( $str = '' )

PHP5 constructor.


Description Description


Source Source

File: wp-includes/pomo/streams.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.