Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_constructor() | Marks a constructor as deprecated and informs when it has been used. |
wp-includes/pomo/streams.php: POMO_StringReader::__construct() | PHP5 constructor. |
This method has been deprecated. Use POMO_StringReader::__construct() instead.
PHP4 constructor.
File: wp-includes/pomo/streams.php
public function POMO_StringReader( $str = '' ) { _deprecated_constructor( self::class, '5.4.0', static::class ); self::__construct( $str ); }
Version | Description |
---|---|
5.4.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/pomo_stringreader/pomo_stringreader