|
|
|
มี 2 array แต่ละ array มีหลายมิติ จะ merge กันอย่างไรครับ |
|
|
|
|
|
|
|
$array1 = array(id => 'ไอดี', name => 'ชื่อ', last_name => 'นามสกุล', tel => 'เบอร์');
$array2 = array(id => 'ไอดี', address => 'ที่อยู่');
$result = array();
$result = array_merge($array1, $array2);
|
|
|
|
|
Date :
2010-09-17 15:59:19 |
By :
joejoe |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|