Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
natsort
natsort
Sort arrays using the "natural sort" algorithm
Name:
natsort
Category:
Array
Programming Language:
php
One-line Description:
Use the "natural sort" algorithm to sort the array.
Related
Is it problematic to ignore the check for NULL or FALSE return values when using the mb_eregi_replace function?
8
How to Achieve Natural Sorting of File Names Using natsort: A Step-by-Step Guide
1
Similar Functions
array_diff_key
array_diff_key
Usekeynamecomparison
array_diff
array_diff
Calculatethedifferen
uksort
uksort
Useuser-definedcompa
array_diff_assoc
array_diff_assoc
Calculatethedifferen
key_exists
key_exists
aliasforarray_key_ex
array_unshift
array_unshift
Insertoneormoreunits
array_filter
array_filter
Usecallbackfunctiont
array_intersect_ukey
array_intersect_ukey
Usecallbackfunctiont
Popular Articles
Is it problematic to ignore the check for NULL or FALSE return values when using the mb_eregi_replace function?
How to Achieve Natural Sorting of File Names Using natsort: A Step-by-Step Guide