|
![](/images/resource/spacer.gif) |
|
............... อยากตัดอาเรย์ที่ซ้ำออกไป ครับผม .......................... |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
สร้าง buffer ขึ้นมารองรับ ก็ลองประยุกติ์เอานะครับ
Code (PHP)
$arrName = array('John','John','Smith','Tom', 'Tom');
$arrValue = array('-','1','5','2', '-');
$buffer=array();
foreach( $arrName as $key=>$nm){
if( !isset($buffer[$nm])) $buffer[$nm]=$arrValue[$key];
else if( $arrValue[$key]!='-') $buffer[$nm]=$arrValue[$key];
}
print_r($buffer);
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2015-10-15 01:03:36 |
By :
NewbiePHP |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 03
|