You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marcus Boerger 4f3b12b3fd - Rename class File to FileObject 21 years ago
..
examples - Update to 2005 22 years ago
internal - Rename class File to FileObject 21 years ago
tests - Make class_parentS() and class_implements() accepts class names as well 21 years ago
CREDITS Add spl extension 23 years ago
README - Update docu 22 years ago
TODO Update 23 years ago
config.m4 - Initial Observer implementation 22 years ago
config.w32 - Initial Observer implementation 22 years ago
doxygen.cfg - Update 22 years ago
package.xml Add spl_sxe to prackage 23 years ago
php_spl.c - Rename class File to FileObject 21 years ago
php_spl.h - Add new functions 22 years ago
spl.php - Rename class File to FileObject 21 years ago
spl_array.c - Fix Bug #32394 offsetUnset() segfaults in a foreach 22 years ago
spl_array.h - Allow direct access to spl class entries (SPL cannot be build shared) 22 years ago
spl_directory.c - Rename class File to FileObject 21 years ago
spl_directory.h - Rename class File to FileObject 21 years ago
spl_engine.c Update copyright 23 years ago
spl_engine.h Add cvs tags 23 years ago
spl_exceptions.c - Allow to hook into RecursiveIteratorIterator's child handling 22 years ago
spl_exceptions.h - Allow to hook into RecursiveIteratorIterator's child handling 22 years ago
spl_functions.c - Fix constructors 22 years ago
spl_functions.h - CS: Use PHP_* instead of ZEND_* macros 22 years ago
spl_iterators.c - Make iterator_to_array() accept Traversable 21 years ago
spl_iterators.h - Add intefaces from zend_interface.h as macros 22 years ago
spl_observer.c - Initial Observer implementation 22 years ago
spl_observer.h - Initial Observer implementation 22 years ago
spl_sxe.c Rename hasMore() to valid() as discussed. (Part I) 23 years ago
spl_sxe.h Add cvs tags 23 years ago

README

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