slides/advphp/zip06.xml
Zend API
55/57
Functions
More Information
  • • Functions must use zend_parse_parameters() to access function arguments
  • • Objects are accessed via the getThis() macro
  • • Resources are used to store C datastructures and map them at runtime to PHP data
  • • Returning data is done via the RETURN_*() macros