Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ltms.eemo.co.kr
/
public_html
/
super
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ltms.eemo.co.kr/public_html/super/test_arr.php
<?php $first = array(0,1,2,3,4,5,6); $secon = array(3,4,5,6,); $intens = array_diff($first,$secon); //echo $intens; //print_r($intens); echo sizeof($intens)."<br>"; foreach($intens as $ak => $av) { echo $ak."=>".$av."<br>"; } ?>