fork(3) download
  1. <?php
  2.  
  3. // your code goes here$headers = array ('0' => 'id', '1' => 'Name', '2' => 'Balance', '3' => 'Date', '4'=> 'Region', '5' => 'Segment', '6' => 'Manager', '7' => 'Contract');
  4. $content = array (
  5. array ('0' => 'id1', '1' => 'Name1', '2' => 'balance1', '3' => 'date1', '4'=> 'region1', '5' > 'segment1', '6' => 'manager1', '7' => 'сontract1'),
  6. array ('0' => 'id2', '1' => 'Name2', '2' => 'balance2', '3' => 'date2', '4'=> 'region2', '5' > 'segment2', '6' => 'manager2', '7' => 'сontract2'),
  7. array ('0' => 'id3', '1' => 'Name3', '2' => 'balance3', '3' => 'date1', '4'=> 'region3', '5' > 'segment3', '6' => 'manager3', '7' => 'сontract3'),
  8. array ('0' => 'id4', '1' => 'Name4', '2' => 'balance4', '3' => 'date4', '4'=> 'region4', '5' > 'segment4', '6' => 'manager4', '7' => 'сontract4'));
  9.  
  10. $data = array();
  11. foreach ($content as $line) {
  12. foreach ($line as $key => $val) {
  13. $data[$headers[$key]][] = $val;
  14. }
  15. }
  16.  
  17. var_dump ($data);
Success #stdin #stdout #stderr 0.01s 20520KB
stdin
Standard input is empty
stdout
array(1) {
  [""]=>
  array(32) {
    [0]=>
    string(3) "id1"
    [1]=>
    string(5) "Name1"
    [2]=>
    string(8) "balance1"
    [3]=>
    string(5) "date1"
    [4]=>
    string(7) "region1"
    [5]=>
    bool(false)
    [6]=>
    string(8) "manager1"
    [7]=>
    string(10) "сontract1"
    [8]=>
    string(3) "id2"
    [9]=>
    string(5) "Name2"
    [10]=>
    string(8) "balance2"
    [11]=>
    string(5) "date2"
    [12]=>
    string(7) "region2"
    [13]=>
    bool(false)
    [14]=>
    string(8) "manager2"
    [15]=>
    string(10) "сontract2"
    [16]=>
    string(3) "id3"
    [17]=>
    string(5) "Name3"
    [18]=>
    string(8) "balance3"
    [19]=>
    string(5) "date1"
    [20]=>
    string(7) "region3"
    [21]=>
    bool(false)
    [22]=>
    string(8) "manager3"
    [23]=>
    string(10) "сontract3"
    [24]=>
    string(3) "id4"
    [25]=>
    string(5) "Name4"
    [26]=>
    string(8) "balance4"
    [27]=>
    string(5) "date4"
    [28]=>
    string(7) "region4"
    [29]=>
    bool(false)
    [30]=>
    string(8) "manager4"
    [31]=>
    string(10) "сontract4"
  }
}
stderr
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13
PHP Notice:  Undefined variable: headers in /home/K3bif9/prog.php on line 13