← All docs

arsort()

Sorts an array in descending order and maintains index association.

arsort()

function arsort(array $array): bool

Sorts an array in descending order and maintains index association.

Parameters:

  • $array (array), passed by reference

Returns: bool

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how arsort is implemented in the compiler, see the internals page.