slides/top7/types1.xml
PHP Types cont...
3/35
PHP Types
Objects are Types
  • • PHP is actually typed
  • • ... null
  • • ... boolean
  • • ... integer
  • • ... float
  • • ... string
  • • ... array
  • • ... object