php-src/ext/spl
2018-07-05 13:32:39 +03: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 Merge branch 'PHP-7.2' 2018-05-23 14:46:32 +08:00
config.m4 Drop HAVE_PACKED_OBJECT_VALUE 2015-10-06 23:12:34 +02:00
config.w32 made ext/date and ext/spl use static tsrm ls cache 2014-10-15 12:24:03 +02:00
CREDITS
doxygen.cfg
php_spl.c Replace zval_dtor() with specialized destructors 2018-07-05 13:32:39 +03:00
php_spl.h year++ 2018-01-02 12:57:58 +08:00
README These links to ~helly don't work anymore. 2014-04-17 17:20:24 +02:00
spl_array.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_array.h year++ 2018-01-02 12:57:58 +08:00
spl_directory.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_directory.h year++ 2018-01-02 12:57:58 +08:00
spl_dllist.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_dllist.h year++ 2018-01-02 12:57:58 +08:00
spl_engine.c year++ 2018-01-02 12:57:58 +08:00
spl_engine.h zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn't have to be initialized. 2018-05-03 19:27:04 +03:00
spl_exceptions.c year++ 2018-01-02 12:57:58 +08:00
spl_exceptions.h year++ 2018-01-02 12:57:58 +08:00
spl_fixedarray.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_fixedarray.h year++ 2018-01-02 12:57:58 +08:00
spl_functions.c year++ 2018-01-02 12:57:58 +08:00
spl_functions.h year++ 2018-01-02 12:57:58 +08:00
spl_heap.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_heap.h year++ 2018-01-02 12:57:58 +08:00
spl_iterators.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_iterators.h year++ 2018-01-02 12:57:58 +08:00
spl_observer.c Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
spl_observer.h year++ 2018-01-02 12:57:58 +08: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