I have set of arrays which need to be sort array by ascending and descending order in php?
Array
(
    [0] => Array
        (
            [product_name] => Blips
            [product_url] => 
            [product_id] => 123
            [state] => GA
        )
    [1] => Array
        (
            [product_name] => Alpha               
            [product_id] => 586
            [state] => GA
            )
)
 
    