1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
Files
archived-php-src/ext/spl
Nikita Popov e33f3d3b7c Move smart_str implementation into Zend/
So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.
2014-09-21 20:49:39 +02:00
..
2014-08-31 14:02:30 +02: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-09-19 18:33:14 +02: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-09-19 18:33:14 +02: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-09-19 18:33:14 +02: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-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02: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