1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00
Files
archived-php-src/ext/spl
Dmitry Stogov 084c17fe0b Use zend_string_tolower() where it's possible (to avoid reallocations).
Allow zend_string_tolower_ex() to create parsistent strings
2017-11-30 01:13:39 +03:00
..
2017-06-23 07:53:00 +01:00
2017-09-20 15:54:07 +02:00
2015-10-06 23:12:34 +02:00
2017-01-04 11:23:42 -06:00
2017-11-25 17:12:37 +01:00
2017-01-04 11:23:42 -06:00
2017-11-25 17:12:37 +01:00
2017-11-25 17:12:37 +01:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-11-25 17:12:37 +01:00
2017-11-25 17:12:37 +01:00
2017-01-04 11:23:42 -06:00
2017-11-25 17:12:37 +01:00
2017-10-06 01:34:50 +03: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