POMO_Reader::__construct

Advertisement

Summery Summery

PHP5 constructor.

Syntax Syntax

POMO_Reader::__construct()

Source Source

File: wp-includes/pomo/streams.php

		function __construct() {
			$this->is_overloaded = ( ( ini_get( 'mbstring.func_overload' ) & 2 ) != 0 ) && function_exists( 'mb_substr' ); // phpcs:ignore PHPCompatibility.IniDirectives.RemovedIniDirectives.mbstring_func_overloadDeprecated
			$this->_pos          = 0;
		}

Advertisement

Advertisement

Leave a Reply