POMO_StringReader::POMO_StringReader( $str = '' )
PHP4 constructor.
Source
File: wp-includes/pomo/streams.php
public function POMO_StringReader( $str = '' ) {
self::__construct( $str );
}
PHP4 constructor.
File: wp-includes/pomo/streams.php
public function POMO_StringReader( $str = '' ) {
self::__construct( $str );
}