Deprecated Deprecated
This method has been deprecated. Use POMO_StringReader::__construct() instead.
Summery Summery
PHP4 constructor.
Syntax Syntax
Source Source
File: wp-includes/pomo/streams.php
public function POMO_StringReader( $str = '' ) { _deprecated_constructor( self::class, '5.4.0', static::class ); self::__construct( $str ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.4.0 | Introduced. |