$this->这里运营商的职能是什么?这是变量吗?
$this->
有人可以解释下面的代码:
if(isset($this->mDbPort)) { $this->mDbHost .= ":" . $this->mDbPort; }
php
php ×1