Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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