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.
 All Data Structures Files Functions Variables Typedefs
php_persistent_handle_provider Struct Reference

Definition of a persistent handle provider. More...

#include <php_raphf.h>

Collaboration diagram for php_persistent_handle_provider:

Data Fields

php_persistent_handle_list_t list
 The list of free handles. More...
 
php_resource_factory_t rf
 The resource factory. More...
 

Detailed Description

Definition of a persistent handle provider.

Holds a resource factory an a persistent handle list.

Field Documentation

php_persistent_handle_list_t php_persistent_handle_provider::list

The list of free handles.

Hash of "ident" => array(handles) entries. Persistent handles are acquired out of this list.

php_resource_factory_t php_persistent_handle_provider::rf

The resource factory.

New handles are created by this factory.


The documentation for this struct was generated from the following file: