string, 字串 ... 因此不需要事先宣告變數的資料類型,PHP會自動將變數轉換為預設的資料類型。 ... $b = 6; ,那麼PHP會自動將$a 辯識為字串資料,而$b 是數字資料 ...
確定! 回上一頁