1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/ext/spl
Dmitry Stogov d140df58e6 Keep information about unresolved interfaces in zend_class_entry->interface_names.
Move interface implementation code into ZEND_DECLARE_*CLASS opcodes.
Remove ZEND_ADD_INTERFACE and ZEND_VERIFY_ABSTRACT_CLASS opcodes.
2018-08-23 17:16:28 +03:00
..
2018-08-22 15:40:03 +02:00
2018-07-25 00:53:25 +02:00
2018-08-12 16:15:45 +02:00
2018-01-02 12:57:58 +08:00
2018-07-31 12:23:46 +03:00
2018-07-25 00:53:25 +02:00
2018-08-22 15:40:26 +02:00
2018-01-02 12:57:58 +08:00
2018-07-25 00:53:25 +02:00
2018-07-25 00:53:25 +02:00
2018-08-12 16:15:45 +02:00
2018-08-12 16:15:45 +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