next up previous contents
Next: php_array::add Up: Function Reference Previous: php::status   Contents

php_array

#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.



Andrew Bosworth 2008-03-24