How to 1 output from 2 output ?
<?php
[a] => Array
        (
            [0] => 72.89.122.00:50827
            [1] => 62.173.145.00:17211
        );
[b] => Array
        (
            [0] => 61.10.231.00:52151
            [1] => 66.171.81.00:41787
        );
?>
I need output:
[total] => Array
        (
            [0] => 72.89.122.00:50827
            [1] => 62.173.145.00:17211
            [2] => 61.10.231.00:52151
            [3] => 66.171.81.00:41787
        );
 
     
     
    