[請益] 請問一下這個operator是什麼?

作者: wanzoo (Zoo)   2014-07-14 11:31:09
if(!$this->PreSend()) return false;
return $this->PostSend();
} catch (phpmailerException $e) {
$this->mailHeader = '';
$this->SetError($e->getMessage());
if ($this->exceptions) {
throw $e;
}
return false;
"->"
請問大大們,這個是什麼運算子啊?
作者: coldollsheep (拿出我的駭客靈魂)   2014-07-14 12:31:00
可以當作"的"來解釋嗎? 用到該物件的某方法
作者: tanson (Flash)   2014-07-14 12:37:00
-> 不是運算子,使用該物件的方法或取得類別時使用更正 不是類別,是屬性
作者: LPH66 (-6.2598534e+18f)   2014-07-14 14:13:00
要說->是運算子也無不可, 它的右邊只能放屬性名事實上 PHP 內部把這個 token 叫做 T_OBJECT_OPERATOR

Links booklink

Contact Us: admin [ a t ] ucptt.com