php-src/ext/spl
2014-12-21 23:16:25 -05:00
..
examples Merge branch 'PHP-5.3' into PHP-5.4 2012-10-10 10:45:07 +08:00
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 commented out the HHC_LOCATION line, as there are no easy to use alternatives for 2012-10-25 17:11:13 +02:00
package.xml MFH: Fix #45976 (Move SXE from SPL to SimpleXML) 2008-11-06 00:37:13 +00:00
php_spl.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01: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 Micro optimization 2014-12-21 23:16:25 -05:00
spl_array.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_directory.c second shot on removing TSRMLS_* 2014-12-14 14:07:59 +01:00
spl_directory.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_dllist.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_dllist.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_engine.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_engine.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01: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 first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_fixedarray.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_functions.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_functions.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_heap.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_heap.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
spl_iterators.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_iterators.h first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01:00
spl_observer.c first shot remove TSRMLS_* things 2014-12-13 23:06:14 +01: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