PHP數(shù)據(jù)類型【var_dump函數(shù)可以返回函數(shù)值與數(shù)據(jù)類型】
string字符串 文本 字符序列 ?“helloword”蛔屹;字符串要用定界符(“helloworld”)或(‘helloworld’)標(biāo)記
Integer 整型 整數(shù)
Float 浮點(diǎn)型 帶有小數(shù)點(diǎn)的數(shù)字或指數(shù)
boolean 布爾型 用于條件判斷 true(正確)false(錯(cuò)誤)
array 數(shù)組?
object 對象?
null (空值)
sublime PHP程序只有在保存為.php格式下才能有高亮顯示
PHP常量(PHP常量可以在整個(gè)程序里運(yùn)行)
define(常量名稱削樊,常量值,大小寫敏感 設(shè)置true為大小寫不敏感)
大小寫敏感只有常量名稱有關(guān)與常量值無關(guān)