SPL is a collection of PHP interfaces and classes that are meant to solve standard problems.
RecursiveDirectoryIterator seems to give me two different results from my localhost and live server, define ('WEBSITE_DOCROOT', str_replace('\\…
php iterator splI'm testing the SplFixedArray building an array with the days of the week, and I get the following results: <?…
php arrays performance splI tried to use class : abstract class my_abstractEnum extends SplEnum { ... } and class my_categoryEnum extends my_abstractEnum { ... } and I …
php splI'm working with files in PHP using SplFileInfo and SplFileObject. But when I try to "re-open" a file, it yells …
php splWhat are the pros and cons of using fopen as opposed to SplFileObject in PHP? From what I see, SplFileObject …
php file-io fopen spl splfileobjectwhat is/are the benefit(s) of having multiple spl_autoload_register example: spl_autoload_register('autoload_systems'); spl_autoload_…
php autoload splI'm making a directory listing PHP5 script for lighttpd. In a given directory, I'd like to be able to list …
php splI'm accessing a number of files in the SPLFileInfo object. I see a way to get the path, filename, and …
php filenames file-extension spl fileinfo