[请益] 请问一下这个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