Sorting of an array in PHP

There are several methods in PHP to sort an array. Array can be sorted either by array’s key or by array’s value. Please refer to PHP documentation to see details of these methods.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator