PHP Класс phpstreams\operations\SortedOperation
This class yields its values sorted. Sort is done using the default asort()
function, or uasort if a sorting function was given.
Note that by the nature of sorting things, the entire previous source will be
read into memory in order to sort it. This may be a performance issue.
Показать файл
Открыть проект
Открытые методы
Описание методов
__construct()
публичный Метод
getIterator()
публичный Метод
isSorted()
публичный Метод