ksort

Definition

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

Description

Sorts an array by key, maintaining key to data correlations. This is useful mainly for associative arrays.

[More at php.net]

Parameters



loading


Share/bookmark - ksort


Global comments