Sort an associative array according to a specific key in php

use usort() function with a user defined custom anonymous function 

 

 

usort($myArray, function($a, $b) {

    return $a['order'] <=> $b['order'];

});

About Me
aman-jaiswal-image
Hello! I'm Aman Jaiswal, a web developer passionate about building efficient and reliable web applications. I specialize in PHP and Laravel development and have experience working with clients worldwide through freelance platforms. I enjoy solving real-world problems, customizing web solutions, and continuously learning new technologies in the web development ecosystem.
Let's Discuss Your Project
Prefer email? Contact me directly at contact@amanjaiswal.in