Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spl

How does ArrayAccess work?

php php-extension spl

ArrayObject, getIterator();

php spl arrayobject

class_exists is calling spl_autoload_register

PHP how to array_unshift on an arrayObject

php spl arrayobject

Throwing Exceptions in an SPL autoloader?

php spl

php RecursiveDirectoryIterator: how to exclude directory paths with a dot and double dots?

php iterator spl

Correct way of setting a custom FileInfo class to an Iterator

php iterator spl

PHP's Iterator class

php iterator spl

SPL objectstorage vs SPL array vs ordinary array

php arrays spl

How to sort an SplFixedArray?

php arrays sorting spl

Using SplObjectStorage as a data map, can you use a mutable array as the data?

Is a PHP SplHeap really a Heap?

php spl

Count elements for objects implementing ArrayAccess using count()?

php arrays interface spl

PHP's SPL: Do its interfaces involving arrays cover all array properties?

php arrays spl

How can I retrieve the full directory tree using SPL?

php spl

PHP, SPL predefined constants

php reference constants spl

SPL vs. Array: When should we use SPL and when should we use Array in PHP?

php arrays spl

iterator_to_array

php oop iterator spl

Why can't SplFileInfo be converted to boolean?

php spl truthiness