php-src/ext/spl
2011-04-05 08:38:09 +00:00
..
examples
internal Fix common typos in the source code (Reported in Bug #54065) 2011-04-03 21:46:52 +00:00
tests - Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and 2011-04-04 02:50:27 +00:00
config.m4
config.w32 - add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :) 2010-12-13 18:43:10 +00:00
CREDITS
doxygen.cfg
package.xml
php_spl.c - Year++ 2011-01-01 02:19:59 +00:00
php_spl.h - Year++ 2011-01-01 02:19:59 +00:00
README
spl_array.c - Year++ 2011-01-01 02:19:59 +00:00
spl_array.h - Year++ 2011-01-01 02:19:59 +00:00
spl_directory.c - Make SplFileInfo::_bad_state_ex final. 2011-04-05 08:38:09 +00:00
spl_directory.h - Year++ 2011-01-01 02:19:59 +00:00
spl_dllist.c - Year++ 2011-01-01 02:19:59 +00:00
spl_dllist.h - Year++ 2011-01-01 02:19:59 +00:00
spl_engine.c - Year++ 2011-01-01 02:19:59 +00:00
spl_engine.h - Year++ 2011-01-01 02:19:59 +00:00
spl_exceptions.c - Year++ 2011-01-01 02:19:59 +00:00
spl_exceptions.h - Year++ 2011-01-01 02:19:59 +00:00
spl_fixedarray.c - Year++ 2011-01-01 02:19:59 +00:00
spl_fixedarray.h - Year++ 2011-01-01 02:19:59 +00:00
spl_functions.c - Year++ 2011-01-01 02:19:59 +00:00
spl_functions.h - Year++ 2011-01-01 02:19:59 +00:00
spl_heap.c - Year++ 2011-01-01 02:19:59 +00:00
spl_heap.h - Year++ 2011-01-01 02:19:59 +00:00
spl_iterators.c - Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and 2011-04-04 02:50:27 +00:00
spl_iterators.h - Year++ 2011-01-01 02:19:59 +00:00
spl_observer.c - Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118 2011-03-01 00:13:23 +00:00
spl_observer.h - Year++ 2011-01-01 02:19:59 +00:00
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