php-src/ext/spl
2016-10-16 00:04:23 +02:00
..
examples
internal
tests Fix SplFixedArray::offsetGet() invocation for NULL offset 2016-10-15 23:58:28 +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 Drop some pieces of commented-out code 2016-09-04 12:56:06 +02:00
README
spl.php
spl_array.c Merge branch 'PHP-7.0' into PHP-7.1 2016-09-12 21:10:34 -07:00
spl_array.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
spl_directory.c Fixed bug #72888 (Segfault on clone on splFileObject) 2016-08-19 11:28:36 +08: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 Fix SplFixedArray::offsetGet() invocation for NULL offset 2016-10-15 23:58:28 +02: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 Syncronize with 5.6 - __toString should return "" 2016-10-14 01:58:08 +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 Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of non-object as key 2016-10-14 01:36:57 +02:00
spl_observer.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
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