php-src/ext/spl
2015-01-10 15:07:38 -08:00
..
examples
internal typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08:00
tests Use "float" and "integer" in typehint and zpp errors 2014-12-21 13:23:02 +00:00
config.m4 made ext/date and ext/spl use static tsrm ls cache 2014-10-15 12:24:03 +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
package.xml
php_spl.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
php_spl.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
README These links to ~helly don't work anymore. 2014-04-17 17:20:24 +02:00
spl_array.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_array.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_directory.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_directory.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_dllist.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_dllist.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_engine.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_engine.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_exceptions.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_exceptions.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_fixedarray.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_fixedarray.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_functions.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_functions.h trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_heap.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_heap.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_iterators.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_iterators.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_observer.c trailing whitespace removal 2015-01-10 15:07:38 -08:00
spl_observer.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl.php typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08: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