php-src/ext/spl
2007-11-14 14:05:42 +00:00
..
examples
internal
tests - Fix tests 2007-11-14 14:05:42 +00:00
config.m4
config.w32
CREDITS
doxygen.cfg
package.xml
php_spl.c - MFH from HEAD: 2007-11-02 19:40:39 +00:00
php_spl.h - MFH from HEAD: 2007-11-02 19:40:39 +00:00
README
spl_array.c - MFH from HEAD: 2007-11-02 19:40:39 +00:00
spl_array.h
spl_directory.c - MFH from HEAD: 2007-11-02 19:40:39 +00:00
spl_directory.h MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. 2007-10-03 10:44:32 +00:00
spl_engine.c MFH: Added macros for managing zval refcounts and is_ref statuses 2007-10-07 05:22:07 +00:00
spl_engine.h
spl_exceptions.c
spl_exceptions.h
spl_functions.c - MFH from HEAD: 2007-11-02 19:40:39 +00:00
spl_functions.h - MFH from HEAD: 2007-11-02 19:40:39 +00:00
spl_iterators.c - MFH from HEAD: 2007-11-02 19:40:39 +00:00
spl_iterators.h - MFH Add invert option to RegexIterator 2007-05-11 00:15:25 +00:00
spl_observer.c - MFH from HEAD: 2007-11-02 19:40:39 +00:00
spl_observer.h
spl_sxe.c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
spl_sxe.h
spl.php
TODO

This is an extension that aims to implement some efficient data access 
interfaces and classes. You'll find the classes documented using php
code in the file spl.php or in the corresponding .inc file in the examples
subdirectory. Based on the internal implementations or the files in the 
examples subdirectory there are also some .php files to experiment with.

For more information look at: http://php.net/~helly/php/ext/spl