Tell me which of the following maintain index associations?
• ksort
• asort
• sort

Submitted by: Administrator
These are php sorting methods.

ksort and asort maintain index associations and sort from lowest to highest. ksort sorts keys.
sort doesnt maintain index associations.
Submitted by: Administrator

Read Online Sort And Searching Job Interview Questions And Answers