php-src/ext/spl
2018-07-25 11:57:11 +02:00
..
examples Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
internal Remove trailing whitespace in inc files 2018-02-10 19:20:23 +01:00
tests Give a reason why the test was skipped 2018-07-22 16:41:41 -03:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
doxygen.cfg
php_spl.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_spl.h year++ 2018-01-02 12:57:58 +08:00
README
spl_array.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_array.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_directory.c Fix typos in code comments 2018-07-25 11:57:11 +02:00
spl_directory.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_dllist.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_dllist.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_engine.c year++ 2018-01-02 12:57:58 +08:00
spl_engine.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_exceptions.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_exceptions.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_fixedarray.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_fixedarray.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_functions.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_functions.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_heap.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_heap.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_iterators.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_iterators.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_observer.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl_observer.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
spl.php "Countable" interface is moved from SPL to Core 2017-05-25 12:47:43 +03:00

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