php variable type
Four scalar types:
boolean
integer
float
string
Three compound types:
array
object
callable
And finally two special types:
resource
NULL
Four scalar types:
boolean
integer
float
string
Three compound types:
array
object
callable
And finally two special types:
resource
NULL
Comments
Post a Comment