Asho's Blog
Life is Simple, You make choices and DON'T look back !!
2010年1月20日 星期三
PHP5的::、->、self、$this的區別
如果被引用的變數或者方法被宣告為 const 或者 static,那麼就必須使用運算子::。
如果被引用的變數或者方法
沒有被宣告為 const 或者 static
,那麼就必須使用運算子->。
如果從類別內部存取 const 或者 static 變數或者方法,那麼就必須使用自引用的 self。
如果從類別內部存取
不為 const 或者 static 變數或者方法
,那麼就必須使用自引用的 $this。
純筆記...
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)