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 the use of nl2br() in php?

1 Answers  


What are the differences between include() and include_once () functions?

12 Answers  


What is static variable in php?

1 Answers  


What is binary safe function in php?

1 Answers  


How to execute a function in php?

1 Answers  


How to list all values of submitted fields?

1 Answers  


What does the function get_magic_quotes_gpc() means?

1 Answers  


What does the arrow mean in php?

1 Answers  


What is the use of mvc in php?

1 Answers  


How to include variables in double-quoted strings?

1 Answers  


What is the purpose of pear in php?

1 Answers  


Write a program in php to check whether a number is prime or not?

1 Answers  


Categories