POMO_StringReader::POMO_StringReader( $str = '' )

PHP4 constructor.


Description Description


Source Source

File: wp-includes/pomo/streams.php

		public function POMO_StringReader( $str = '' ) {
			self::__construct( $str );
		}


Top ↑

User Contributed Notes User Contributed Notes

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