PHP-8種 資料型態

  • String (字串)
  • Integer (整數)
  • Float (floating point numbers – also called double)(浮點數)
  • Boolean(布林值)
  • Array(陣列)
  • Object
  • NULL(空值)
  • Resource