Hi All,
I have to sort the array which containing IPaddresses I tried array_multisort ($iparray, SORT_ASC, SORT_STRING);
but it is not working.Please suggest me the solution.
Thanks,
KSN
I have to sort the array which containing IPaddresses I tried array_multisort ($iparray, SORT_ASC, SORT_STRING);
but it is not working.Please suggest me the solution.
Thanks,
KSN
Comment