strnatcasecmp

Definition

int strnatcasecmp ( string $str1 , string $str2 )

Description

This function implements a comparison algorithm that orders alphanumeric strings in the way a human being would. The behaviour of this function is similar to strnatcmp(), except that the comparison is not case sensitive. For more information see: Martin Pool's » Natural Order String Comparison page.

[More at php.net]

Parameters



loading


Share/bookmark - strnatcasecmp


Global comments