X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=structphp__persistent__handle__provider.html;fp=structphp__persistent__handle__provider.html;h=0000000000000000000000000000000000000000;hb=c5090093b79ea6c9fe816af5d3c948951e3b2860;hp=7c46d0c17ef237afc7f34f2a9ce13a54960f6208;hpb=7db0710f32e0c6faa5b61b868b27e6e92ad49825;p=m6w6%2Fext-raphf diff --git a/structphp__persistent__handle__provider.html b/structphp__persistent__handle__provider.html deleted file mode 100644 index 7c46d0c..0000000 --- a/structphp__persistent__handle__provider.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -Resource and persistent handle factory API: php_persistent_handle_provider Struct Reference - - - - - - - - - - - - - -
-
- - - - - - - -
-
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:
-
-
Collaboration graph
- - -
[legend]
- - - - - - - - -

-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: -
-
- - - -