← All docs

rsort()

Sorts an array in descending order.

rsort()

function rsort(array $array): bool

Sorts an array in descending order.

Parameters:

  • $array (array), passed by reference

Returns: bool

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

Internals

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