php-src/ext/spl
2009-03-10 23:28:17 +00:00
..
examples MFH: Fix #47031 (Fix constants in example) 2009-02-03 12:54:44 +00:00
internal
tests - MFH: Added missing "return;" 2009-01-20 00:43:25 +00:00
config.m4
config.w32
CREDITS
doxygen.cfg
package.xml
php_spl.c MFH: Improve spl_object_hash() 2009-01-26 11:38:03 +00:00
php_spl.h - fix build 2009-01-27 21:53:49 +00:00
README
spl_array.c fix compile warning 2009-01-27 14:50:27 +00:00
spl_array.h
spl_directory.c - MFH Safer flag handling as requested by Greg 2009-03-10 23:28:17 +00:00
spl_directory.h
spl_dllist.c
spl_dllist.h
spl_engine.c
spl_engine.h
spl_exceptions.c
spl_exceptions.h
spl_fixedarray.c
spl_fixedarray.h
spl_functions.c
spl_functions.h
spl_heap.c
spl_heap.h
spl_iterators.c - MFH: Added missing "return;" 2009-01-20 00:43:25 +00:00
spl_iterators.h
spl_observer.c MFH: Implement SplObjectStorage::addAll/removeAll 2009-01-16 22:20:53 +00:00
spl_observer.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