Summery Summery
PHP5 constructor.
Syntax Syntax
Source Source
File: wp-includes/pomo/streams.php
function __construct( $str = '' ) {
parent::__construct();
$this->_str = $str;
$this->_pos = 0;
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
PHP5 constructor.
File: wp-includes/pomo/streams.php
function __construct( $str = '' ) {
parent::__construct();
$this->_str = $str;
$this->_pos = 0;
}