Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spl

Using RecursiveIteratorIterator to list files in folder is great. Can I get the parent path and full path as well?

php file spl

SplObjectStorage doesn't work with String, what to do?

php spl

Extending ArrayObject in PHP properly?

php arrays oop spl arrayobject

Fatal Error RecursiveIteratorIterator not found

How do we get coders to look up existing functions before writing their own?

php spl

Sorting files with DirectoryIterator

php spl

If PHP libraries can register their own autoloaders, then why does PSR-0 require they be in uniform directories? [closed]

php autoload spl psr-0

PHP RecursiveIterator traversing

Is it possible to use SplEnum in php 5.2.6?

php spl

Using spl_autoload() not able to load class

php spl spl-autoloader

Is there a way to make PHP's SplHeap recalculate? (aka: add up-heap to SplHeap?)

php graph heap spl

How to get the object associated with the current key while iterating through SplObjectStorage in PHP 5.4

php spl

Is there any native PHP function which throws an built-in Exception?

php exception spl

How to get number of lines with SplFileObject?

php spl

What are the benefits of using SPL ArrayObject, ArrayIterator, RecursiveArrayIterator instead of regular arrays?

php iterator spl

What is the difference between SplObjectStorage::contains and SplObjectStorage::offsetExists?

PHP Recursive Iterator: Parent key of current array iteration?

php recursion spl

Does really SplFixedArray perform better than arrays?

php arrays performance spl

How to close a SplFileObject file handler?

php spl

SPLFileInfo: get filename without extension