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.
Data Structures
Here are the data structures with brief descriptions:
 Cphp_persistent_handle_factoryDefinition of a persistent handle factory
 Cphp_persistent_handle_listPersistent handles storage
 Cphp_persistent_handle_providerDefinition of a persistent handle provider
 Cphp_resource_factoryThe resource factory
 Cphp_resource_factory_opsThe resource ops consisting of a ctor, a copy ctor and a dtor