$person = array( "name" => "John Doe", "age" => 30, "email" => "[email protected]" ); ksort($person); print_r($person);