PHP函數(2)

in_array(value,array,type)        //檢查一個值是否在數組中,type可選,設置爲true檢查類型是否相同,分大小寫php 例:數組 $os = array("Mac", "NT", "Irix", "Linux"); if (in_array("Irix", $os)) { echo "Got Irix"; } if (in_array("mac", $
相關文章
相關標籤/搜索