PHP Extension Writing at php|tek 2013 by Sara Golemon
http://tek.phparch.com/2013
Sheraton Gateway Suites O'Hare
6501 North Mannheim Road
Rosemont, Illinois 60018
May 14, 2013
Directory | What it demonstrates |
---|---|
hello | Very basic "Hello World" extension |
params | Accepting arguments |
return | Returning values |
nsfunc | Namespaced functions |
fcall | Calling PHP functions |
array | Working with arrays |
global | Thread-local module globals |
inis | Declaring, binding, and using INI settings |
consts | Declaring constants |
resource | Declaring and using an opaque resource type |
objects1 | Simple OOP |
objects2 | Complex OOP Intro |
objects3 | Complex OOP Continued |
libs | Finding and linking external libraries |
Series on Zend Devzone:
Other useful links: