Associative Arrays

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

How to create an associative array of this kind in PHP?

 return array(
    12345 => array(
      'mail' => 'asdf@xxxxxxxx',
      'companyName' => 'Asdf Inc.',
    ),
    54321 => array(
      'mail' => 'asdf@xxxxxxxx',
      'companyName' => 'Asdfu Corp.',
    ),
  );

Thanks

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux