Where is the source code of the PHP SPL library?

I can find the definition files in http://www.php.net/~helly/php/ext/spl/..., but I want to expand DirectoryIteratorand SplFileInfoto work on the virtual file system, stored in the database, not the actual file system.

+3
source share
1 answer
+6
source

Source: https://habr.com/ru/post/1739868/


All Articles