php-src/ext/spl
2018-06-22 14:28:29 +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
config.w32
CREDITS
doxygen.cfg
php_spl.c retval shouldn't be NULL 2018-06-22 14:28:29 +03:00
php_spl.h year++ 2018-01-02 12:57:58 +08:00
README
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