Search code examples
phpspl

Where is the source code of the PHP SPL library?


I can find the definition files at http://www.php.net/~helly/php/ext/spl/... but I want to extend DirectoryIterator and SplFileInfo to work over a virtual file-system stored on a database not a real file-system.


Solution

  • Here: