2009/9/22

php 常用的特殊符號

http://hi.baidu.com/xinghuali/blog/item/7a735782a9b4a9a50cf4d236.html

其中比較特殊的簽號

其他運算符號
        $         變數符號             
        &        變數的指標(加在變數前)
        @       不顯示錯誤信息(加在函數前)
        ->        物件的方法或者屬性
        =>       陣列的元素值
        ? :       三元運算子  

沒有留言: