วันพุธที่ 30 เมษายน พ.ศ. 2557

13:51

ฟังก์ชัน array_merge() 
การต่อ array ด้วยฟังก์ชัน array_merge()




ตัวอย่าง
$city=array('tokyo','new york');
$country=array('USA','japan');
$mergeArray=array_merge($city$country);
print_r( $mergeArray );
จะเห็นว่าผลลัพธ์คือ
Array ( [0] => tokyo [1] => new york [2] => USA [3] => japan )

0 ความคิดเห็น:

แสดงความคิดเห็น

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.