От: | HomoHabilis | ||
Дата: | 14.02.17 14:47 | ||
Оценка: |
блин или ничего не понимаю или ...Introduction ¶
PHP supports eight primitive types.
Four scalar types:
boolean
integer
float (floating-point number, aka double)
string
Three compound types:
array
object
callable
And finally two special types:
resource
NULL
false == "" == "0" == 0