Extending PHP
This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create functions, in C or C++, which can then be directly called in PHP scripts.
Views: 1084 | | by Mathew
View this tutorial