POMO_StringReader::__construct()
最后更新于:2021-11-25 22:40:02
POMO_StringReader::__construct($str=”)
PHP5 constructor.
源文件
文件: gc-includes/pomo/streams.php
function __construct( $str = '' ) {
parent::__construct();
$this->_str = $str;
$this->_pos = 0;
}