natsort() will not work correctly if you use underscores in
file names (if your array is for sorting files).
Example:
$images = array('image_1.jpg','image_12.jpg');
Will not produce the same as:
$images = array('image1.jpg','image12.jpg');
----
Server IP: 208.69.120.35
Probable Submitter: 67.170.141.204
----
Manual Page -- htt
p://www.php.net/manual/en/function.natsort.php
Edit -- https://master
.php.net/note/edit/77455
Del: integrated -- h
ttps://master.php.net/note/delete/77455/integrated
Del: useless -- http
s://master.php.net/note/delete/77455/useless
Del: bad code -- htt
ps://master.php.net/note/delete/77455/bad+code
Del: spam -- https:/
/master.php.net/note/delete/77455/spam
Del: non-english --
https://master.php.net/note/delete/77455/non-english
Del: in docs -- http
s://master.php.net/note/delete/77455/in+docs
Del: other reasons-- https://mast
er.php.net/note/delete/77455
Reject -- https://mast
er.php.net/note/reject/77455
Search -- https://
master.php.net/manage/user-notes.php
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|