1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext/spl
Julien Pauli 2faf448982 Merge branch 'PHP-5.6'
* PHP-5.6:
  Updated NEWS
  Updated NEWS
  SPL: Fix for bug 66405 RecursiveDirectoryIterator with CURRENT_AS_PATHNAME

Conflicts:
	ext/spl/spl_directory.c
2014-11-29 12:14:37 +01:00
..
2014-11-29 12:14:37 +01:00
2014-10-29 15:30:04 +01:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-11-29 12:14:37 +01:00
2014-09-19 18:33:14 +02:00
2014-10-29 15:30:07 +01:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-10-14 23:00:17 +08:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-10-29 15:30:08 +01:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-10-29 15:30:10 +01:00
2014-09-19 18:33:14 +02:00
2014-10-29 15:30:12 +01:00
2014-10-29 15:30:12 +01:00
2014-10-29 15:30:13 +01:00
2014-09-19 18:33:14 +02: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