PHP Types cont...
3/37
PHP Types
Objects are Types
•
PHP is actually typed
•
...
null
•
...
boolean
•
...
integer
•
...
float
•
...
string
•
...
array
•
...
object