adspace


Specify array sort functions available in php ?

Answer Posted / asha banu

Hi,
There are 11 functions available in php to sort array.
They are
1)asort()
2)arsort()
3)Ksort()
4)Krsort()
5)sort()
6)uasort()
7)uksort()
8)usort()
9)rsort()
10)natsort()
11)natcatsort()

Is This Answer Correct ?    28 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is trait in php?

1072


What is the current stable version of php? What advance thing in php7?

1100


how to detect a mobile device using php

1177


What sized websites have you worked on in the past?

1092


How to create a web form?

1116


How to calculate the difference between two dates using php?

1151


List some features of php that are deprecated in php7?

1026


Name and explain five of the PHP error constants?

1043


What does $_files means?

1170


Explain me is it possible to destroy a cookie?

1035


What is difference between static and final in php?

1114


Tell me what kind of things have you done on the social side?

1071


How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain

1082


Write a program using while loop?

1128


Which variable declarations within a class is invalid in php?

1052