Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Sort directory listing using RecursiveDirectoryIterator

php sorting recursion spl

PHP autoloader class vs. procedural autoloader function?

php autoload spl

PHP lazy array mapping

php spl

PHP array_key_exists() and SPL ArrayAccess interface: not compatible?

php arrays spl

How do I alter array keys and values while using a RecursiveArrayIterator?

php iterator spl arrayiterator

SplFileObject vs fopen in PHP

Does PHP 5.x have some kind of HashSet or Set Class?

php data-structures spl

How to use RegexIterator in PHP

php regex iterator spl

Iterate in reverse through an array with PHP - SPL solution?

php reverse loops spl