Search code examples
PHP RecursiveIterator traversing...


phpoopsplrecursive-datastructures

Read More
SPL Autoloading best practices...


phpsplautoloaderspl-autoloader

Read More
What are the benefits of using SPL ArrayObject, ArrayIterator, RecursiveArrayIterator instead of reg...


phpiteratorspl

Read More
effective search over an php iterator...


phpalgorithmsearchiteratorspl

Read More
PHP's Iterator class...


phpiteratorspl

Read More
how to use spl_autoload_register...


phpautoloadspl

Read More
How SplPriorityQueue works when priority is not an integer?...


phpspl

Read More
Unexpected behaviour of SplPriorityQueue in a borderline case...


phpspl

Read More
Can't write new elements to IteratorAggregate?...


phparraysiteratorspl

Read More
Access SplObjectStorage data via Reflection...


phpreflectionspl

Read More
php Iterator - how to save all second to last elements...


phpiteratorsplrecursive-datastructures

Read More
PHP: how to enable compression for SplFileObject?...


phpcsvgzipspl

Read More
Detach() and offsetUnset() difference in SPLObjecStorage...


phpspl

Read More
Which SPL interface I must implement to be able to use usort() function on an object?...


phpsplusort

Read More
Looping through large file runs out of memory...


phpmemoryfile-iospl

Read More
Array of Objects in PHP...


phpobjectspl

Read More
Assigning object property inside a foreach loop; data does not persist outside foreach loop. Why not...


phploopspropertiesspl

Read More
Fatal Error RecursiveIteratorIterator not found...


phpclassnamespacesiteratorspl

Read More
What does the flags parameter of ArrayIterator and ArrayObject do?...


phpsplarrayobjectarrayiterator

Read More
How to create data structure with key duplicates in php instead of default hash?...


phpspl

Read More
Clone SplHeap that contains Objects in PHP...


phpclonespl

Read More
PHP SPL RecursiveDirectoryIterator - getPath and ltrim path...


phpiteratordirectorytrimspl

Read More
What is the difference between SplObjectStorage::contains and SplObjectStorage::offsetExists?...


phpsplphp-internalssplobjectstorage

Read More
Does SplObjectStorage leave memory leak references if it destructs while objects are still attached?...


phpspl

Read More
Loop a RecursiveIteratorIterator from an extended RecursiveIterator with extra arguments...


phpiteratorspl

Read More
memory leak while processing large CSV...


phpmemory-leaksspl

Read More
inconsistent DirectoryIterator+FilterIterator behaviour in PHP?...


phpspl

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


phparraysspl

Read More
Extended PHP ArrayObject Does Not Work Properly...


phpsplarrayobject

Read More
Using an object as an array...


phpspl

Read More
BackNext