PHP Class 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.
Exibir arquivo
Open project: bertptrs/phpstreams
Public Methods
Method Details
__construct()
public method
getIterator()
public method