mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
fixed typo in name for strnatcmp reference in the strnatcasecmp description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c2bda31ea3
commit
1aeaf85594
1 changed files with 1 additions and 1 deletions
|
@ -2107,7 +2107,7 @@ Array
|
|||
This function implements a comparison algorithm that orders
|
||||
alphanumeric strings in the way a human being would. The
|
||||
behavior of this function is similar to
|
||||
<function>strnatcomp</function>, except that the comparison is
|
||||
<function>strnatcmp</function>, except that the comparison is
|
||||
not case sensitive. For more infomation see: Martin Pool's
|
||||
<ulink url="&url.strnatcmp;">Natural Order String
|
||||
Comparison</ulink> page.
|
||||
|
|
Loading…
Reference in a new issue