Data types: Persistent Array
Cesar D. Rodas (contact me)
This class can be used to access flat file databases like arrays.
The class extends the SPL ArrayObject class to be able to retrieve, add, update and delete entries in flat file database files using the DBM extension.
It also provides an iterator class to be able to traverse the entries in a DBM file using the regular array access functions.
Click here for detailed information about this class on phpclasses.org