Skip to content

keyganker/phptek2013

 
 

Repository files navigation

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

Recommended Reading

Series on Zend Devzone:

Other useful links:

About

Project files for "PHP Extension Writing" tutorial at php|tek 2013

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Shell 2.4%