PHP-CPP : A C++ Library for Developing PHP Extensions

PHP CPP   A C   library

The PHP-CPP library is a C++ library for developing PHP extensions. It offers a collection of well documented and easy-to-use classes that can be used and extended to build native extensions for PHP. This C++ library makes building PHP extensions fun. Extensions build on top of PHP-CPP are easy to understand and simple to maintain, and your code looks great – and give a huge boost to your application!

The PHP-CPP library ensures that the variables from PHP (which internally are complicated C structures), are automatically converted into integers, passed to your function, and that the return value of your “my_plus” function is also converted back into a PHP variable.

[button color=”blue” size=”medium” link=”http://www.php-cpp.com/” target=”blank” rel=”nofollow” ]Php-Cpp[/button]

PHP-CPP : A C++ Library for Developing PHP Extensions
Rate this post

Leave a Reply