1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 13:31:27 +02:00
Files
archived-php-src/ext/spl
Nikita Popov 8023204d21 Fixed bug #52339
Autoloader 101: Don't throw if you fail. PHP will throw for you.
2016-03-18 20:28:58 +01:00
..
2016-03-18 20:28:58 +01:00
2015-10-06 23:12:34 +02:00
2016-03-18 20:28:58 +01:00
2016-03-10 15:43:22 +08:00
2016-01-01 19:48:25 +02:00
2016-01-01 19:48:25 +02:00
2016-03-18 19:58:52 +01: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/manual/en/book.spl.php