sort

Definition

bool sort ( array &$array [, int $sort_flags = SORT_REGULAR ] )

Description

This function sorts an array. Elements will be arranged from lowest to highest when this function has completed.

[More at php.net]

Parameters



loading


Share/bookmark - sort


Global comments