Annotation of embedaddon/php/ext/spl/README, revision 1.1.1.2

1.1       misho       1: This is an extension that aims to implement some efficient data access 
                      2: interfaces and classes. You'll find the classes documented using php
                      3: code in the file spl.php or in the corresponding .inc file in the examples
                      4: subdirectory. Based on the internal implementations or the files in the 
                      5: examples subdirectory there are also some .php files to experiment with.
                      6: 
1.1.1.2 ! misho       7: For more information look at: http://php.net/manual/en/book.spl.php

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>