php-src/ext/spl
2016-07-22 15:29:18 +02:00
..
examples
internal
tests Merge branch 'PHP-7.0' into PHP-7.1 2016-07-22 15:29:18 +02:00
config.m4 Drop HAVE_PACKED_OBJECT_VALUE 2015-10-06 23:12:34 +02:00
config.w32
CREDITS
doxygen.cfg
package.xml
php_spl.c Alias rand to mt_rand 2016-07-05 15:09:49 +01:00
php_spl.h Fix bug #71575 removing extra semicolons outside macros 2016-03-03 16:41:03 +01:00
README
spl_array.c Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
spl_array.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_directory.c Merge branch 'PHP-7.0' into PHP-7.1 2016-07-22 15:29:18 +02:00
spl_directory.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_dllist.c Fixed compilation warnings 2016-06-22 00:40:50 +03:00
spl_dllist.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_engine.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_engine.h - get rid of EG(scope). zend_get_executed_scope() should be used instead. 2016-04-28 04:13:34 +03:00
spl_exceptions.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_exceptions.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_fixedarray.c Fixed compilation warnings 2016-06-22 00:40:50 +03:00
spl_fixedarray.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_functions.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_functions.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_heap.c Fixed compilation warnings 2016-06-22 00:40:50 +03:00
spl_heap.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_iterators.c Fix 72122 - don't use EH_THROW for calls to getIterator 2016-07-12 10:10:35 +02:00
spl_iterators.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_observer.c Fixed compilation warnings 2016-06-22 00:40:50 +03:00
spl_observer.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02: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/manual/en/book.spl.php