The array_combine function removed duplicate values from an array.

    



    print_r($capitalsCombine);
    // Array
    // (
    //  [Albany] => New York
    //  [Austin] => Texas
    //  [Tallahassee] => Florida
    // )