1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00
Files
archived-php-src/ext/spl
Marcus Boerger 55dd260d1f - MFH Renamed CachingRecursiveIterator to RecursiveCachingIterator.
# After talking to other developers it came clear that adding an upgrade
# path by 'class CachingRecursiveIterator extends RecursiveCachingIterator'
# with its constructor issuing an E_NOTICE seems a good idea.
2005-09-19 19:11:19 +00:00
..
2005-09-19 18:58:12 +00:00
ws
2004-02-09 18:18:00 +00:00
2003-05-01 23:28:28 +00:00
2004-05-10 17:26:03 +00:00
2004-01-19 08:32:58 +00:00
2004-01-08 18:17:39 +00:00
2005-09-19 18:37:46 +00:00
2005-03-03 10:45:42 +00:00
MFH
2004-10-30 14:35:01 +00:00
2004-01-20 20:59:45 +00:00
2004-01-08 18:17:39 +00:00
2004-01-20 20:59:45 +00:00
2004-01-20 20:59:45 +00:00
2003-12-04 17:45:36 +00: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/~helly/php/ext/spl