Resource and persistent handle factory API
A facility to manage possibly persistent resources with a comprehensible API. Provides simliar functionality like the zend_list API, but with more flexiblity and freedom.
|
#include "php_raphf_api.h"
Go to the source code of this file.
Macros | |
#define | phpext_raphf_ptr &raphf_module_entry |
#define | PHP_RAPHF_VERSION "2.0.0dev" |
#define | PHP_RAPHF_API extern |
Variables | |
zend_module_entry | raphf_module_entry |
#define PHP_RAPHF_API extern |
#define PHP_RAPHF_VERSION "2.0.0dev" |
Referenced by PHP_MINFO_FUNCTION().
#define phpext_raphf_ptr &raphf_module_entry |
zend_module_entry raphf_module_entry |