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: