#include "php_arr.h"
class php_array{
public:
php_array();
~php_array();
};
Description: The php_array object is an object which implements the creation and storage of nested and arbitrarily typed key-value pairs for transporting complex data to and from PHP functions.