X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=html%2Fstructphp__persistent__handle__list.html;fp=html%2Fstructphp__persistent__handle__list.html;h=0000000000000000000000000000000000000000;hb=2bc39f5c43ada90ec138c77406af2cb4205e7864;hp=3eb4baacc8676939f1d371b644a1cd6f82c3e753;hpb=81a621e4317ff8dca39d22e91e8a26d1d2cf89cc;p=m6w6%2Fext-raphf diff --git a/html/structphp__persistent__handle__list.html b/html/structphp__persistent__handle__list.html deleted file mode 100644 index 3eb4baa..0000000 --- a/html/structphp__persistent__handle__list.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -Resource and persistent handle factory API: php_persistent_handle_list 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_list Struct Reference
-
-
- -

Persistent handles storage. - More...

- -

#include <php_raphf.h>

- - - - - - - - -

-Data Fields

HashTable free
 Storage of free resources. More...
 
ulong used
 Count of acquired resources. More...
 
-

Detailed Description

-

Persistent handles storage.

-

Field Documentation

- -
-
- - - - -
HashTable php_persistent_handle_list::free
-
- -

Storage of free resources.

- -
-
- -
-
- - - - -
ulong php_persistent_handle_list::used
-
- -

Count of acquired resources.

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