POMO_Reader::__construct()

PHP5 constructor.


Description Description


Source 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;
		}


Top ↑

User Contributed Notes User Contributed Notes

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