Sorting PHP array in descending order

It is possible to sort values of a PHP array in descending order. This is done using rsort method.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator