2011-08-03 183 views
2

$this->運算符在這裏的功能是什麼?這是變量點嗎?

有人可以解釋下面的代碼:

if(isset($this->mDbPort)) 
{ 
    $this->mDbHost .= ":" . $this->mDbPort; 
} 

回答