X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-raphf;a=blobdiff_plain;f=structphp__resource__factory.html;fp=structphp__resource__factory.html;h=0000000000000000000000000000000000000000;hp=48124b927398a5372a6bad6620ff3f8ce341ae98;hb=c5090093b79ea6c9fe816af5d3c948951e3b2860;hpb=7db0710f32e0c6faa5b61b868b27e6e92ad49825 diff --git a/structphp__resource__factory.html b/structphp__resource__factory.html deleted file mode 100644 index 48124b9..0000000 --- a/structphp__resource__factory.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -Resource and persistent handle factory API: php_resource_factory 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.
-
-
- - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
php_resource_factory Struct Reference
-
-
- -

The resource factory. - More...

- -

#include <php_raphf.h>

-
-Collaboration diagram for php_resource_factory:
-
-
Collaboration graph
- - -
[legend]
- - - - - - - - - - - - - - -

-Data Fields

php_resource_factory_ops_t fops
 The resource ops. More...
 
void * data
 Opaque user data. More...
 
void(* dtor )(void *data)
 User data destructor. More...
 
unsigned refcount
 How often this factory is referenced. More...
 
-

Detailed Description

-

The resource factory.

-

Field Documentation

- -
-
- - - - -
void* php_resource_factory::data
-
- -

Opaque user data.

- -
-
- -
-
- - - - -
void(* php_resource_factory::dtor) (void *data)
-
- -

User data destructor.

- -
-
- -
-
- - - - -
php_resource_factory_ops_t php_resource_factory::fops
-
- -

The resource ops.

- -
-
- -
-
- - - - -
unsigned php_resource_factory::refcount
-
- -

How often this factory is referenced.

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