Specify array sort functions available in php ?

Answers were Sorted based on User's Feedback



Specify array sort functions available in php ?..

Answer / 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

Specify array sort functions available in php ?..

Answer / selvam

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 ?    11 Yes 3 No

Specify array sort functions available in php ?..

Answer / boopathi

SORTS IN PHP:
sort()
rsort()
asort()
arsort()
ksort()
krsort()

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More PHP Interview Questions

What is htaccess?

1 Answers  


What is the best way to avoid email sent through php getting into the spam folder?

0 Answers  


What is a procedure in php?

5 Answers   Wipro,


How to remove duplicate values from php array?

0 Answers  


How can we display information of a variable and readable by human with php?

0 Answers  






what is the use of include() function when include_once() alone will enough?

1 Answers  


Tell me how to create a session? How to set a value in session? How to remove data from a session?

0 Answers  


Is laravel easy to learn?

0 Answers  


What is the difference between query and inquiry?

0 Answers  


How to download a php script directly in your script page?

3 Answers   A1 Technology, Zmanda,


How to call a php function from another php file?

0 Answers  


What are the benefits of using php and mysql?

0 Answers  


Categories