1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/spl
Craig Duncan 91c6fb881e Fix #77024: SplFileObject::__toString() may return array
- Correct the behaviour of casting spl files to strings
- Add a test for Bug 77024
2019-04-28 00:44:48 +02:00
..
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08:00
2018-01-02 12:55:14 +08: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