21,890
社区成员
发帖
与我相关
我的任务
分享990042
615344
504955
995334
009781
206718
$path = 'a.txt';
$cut_up = ' '; //990042$cut_up832530795123
$F = @fopen($path, "r");
while($line = fgets($F)){
$temp_array = array();
$temp_array = explode($cut_up, trim($line));
/*
数据库操作
$temp_array[0] = 990042
$temp_array[1] = 832530795123
*/
}
fclose ($F);
$path = 'a.txt';
$cut_up = ' '; //990042$cut_up832530795123
$F = @fopen($log_path, "r");
while($line = fgets($F)){
$temp_array = array();
$temp_array = explode($cut_up, trim($line));
/*
数据库操作
$temp_array[0] = 990042
$temp_array[1] = 832530795123
*/
}
fclose ($F);
990042 832530795123
615344 120885806569
504955 977853144016
995334 285645753802
009781 335739400754
206718 404376653171
718164 882617177185