Extension Writing Part III: Resources
by SaraMG |
11 comments | Thursday, May 11, 2006
Up until now, you’ve worked with concepts that are familiar and map easily to userspace analogies. In this tutorial, you’ll dig into the inner workings of a more alien data type – completely opaque in userspace, but with behavior that should ultimately inspire a sense of deja vu.
Extension Writing Part II: Parameters, Arrays, and ZVALs
by SaraMG |
4 comments | Sunday, June 5, 2005
In Part One of this series you looked at the basic framework of a PHP extension. You declared simple functions that returned both static and dynamic values to the calling script, defined INI options, and declared internal values (globals). In this tutorial, you’ll learn how to accept values passed into your functions from a calling script and discover how PHP and the Zend Engine manage variables internally.
Extension Writing Part II: Parameters, Arrays, and ZVALs [continued]
by SaraMG |
0 comments | Sunday, June 5, 2005
In Part One of this series you looked at the basic framework of a PHP extension. You declared simple functions that returned both static and dynamic values to the calling script, defined INI options, and declared internal values (globals). In this tutorial, you’ll learn how to accept values passed into your functions from a calling script and discover how PHP and the Zend Engine manage variables internally.
Extension Writing Part I: Introduction to PHP and Zend
by SaraMG |
13 comments | Monday, February 28, 2005
If you're reading this tutorial, you probably have some interest in writing an extension for the PHP language. If not... well perhaps when we're done you'll have discovered an interest you didn't know existed!
