POMO_Reader::__construct()
PHP5 constructor.
Description
Source
File: wp-includes/pomo/streams.php
function __construct() { $this->is_overloaded = ( ( ini_get( 'mbstring.func_overload' ) & 2 ) != 0 ) && function_exists( 'mb_substr' ); $this->_pos = 0; }