-
Home > Archives for April, 2009
Monthly Archives: April 2009
Wrapping C++ Classes in a PHP Extension
Tuesday, April 21st, 2009
I have a tutorial at the Zend Developer Zone called Wrapping C++ Classes in a PHP Extension. It walks you through writing a simple PHP extension that wraps a class written in C++. This is a useful thing to be able to do, especially when exposing an already existing library’s API to PHP userland scripts, [...]