PHP function natcasesort()
Availability in PHP 4.0
Sort an array using a case insensitive "natural order" algorithm
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$array |
array |
not | The input array. |
Return values
bool
Returns true on success, otherwise false on failure.