---
title: "What are different sorting function of array in php."  
description: "What are different sorting function of array in php."  
author: "Anonymous User"  
published: 2011-06-13  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/1065/what-are-different-sorting-function-of-array-in-php  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# What are different sorting function of array in php.

Possible sorting function in array.

asort() arsort() ksort() krsort() uksort() sort() natsort() rsort()

## Answers

### Answer by Anonymous User

Possible sorting function in array.

asort() arsort() ksort() krsort() uksort() sort() natsort() rsort()


---

Original Source: https://www.mindstick.com/interview/1065/what-are-different-sorting-function-of-array-in-php

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
