-
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. Entries in a DBM file can also be traversed using the regular array access functions. Requirements: PHP 5.0 or higher
-
A limited list iterator, a session variable iterator and a smart directory iterator are included. Requirements:PHP 5 or higher
-
TgcSPL contains several classes like Iterators or FilterIterators that can be used under PHP5. These classes provide some functionality the SPL did notoffer. The classes can be easily integrated in any PHP5 project.
-
Collection implements an SPL iterator that can manage collections of values as if the class objects were arrays. Operations like adding, merging, sorting, counting, removing and checking the values are supported by Collection. Requirements: PHP 5 or higher
-
MEM uses the Standard Template Library (SPL) to extend the ArrayAccess class. Functions for setting, getting and checking the values of entries stored in a memcache server, are provided.Requirements:PHP 5.0 or higher
-
SPL is used to implement several classes and iterator interfaces that can access MySQL databases.Requirements: PHP 5.1 or higher

