PHP飞信通知天气预报_API版
',$lines_string[1]),str_replace('2-->','',$lines_string[2]),str_replace('3-->','',$lines_string_3[0]));
for($i=0;$i< count($lines_array); $i ++) { $nowarray=strip_tags($lines_array[$i]); $datearray=explode("日",$nowarray);$nowdata=wtrimall($datearray[0]);//获取日期 $weather=explode("白天",$nowarray);$weather=explode("夜间",$weather[1]); $weather_bai=wtrimall(str_replace("高温 ","",$weather[0]));$weather_bai=str_replace("℃","度",$weather_bai);//白天天气 $weather_ye=wtrimall(str_replace("低温 ","",$weather[1]));$weather_ye=str_replace("℃","度",$weather_ye);//夜间天气 $baiarr=wchangearray(explode("\r",$weather_bai));$yearr=wchangearray(explode("\r",$weather_ye)); $wtext[$i]=trim($nowdata)."日"; if($baiarr[0]==$yearr[0]){$wtext[$i].=$baiarr[0];}else{$wtext[$i].=$baiarr[0]."转".$yearr[0];}//将天气添加到返回值里 $wtext[$i].=$baiarr[1]."到".$yearr[1];//将气温添加到返回值里 if($baiarr[2]==$yearr[2]){$wtext[$i].=$baiarr[2];}else{$wtext[$i].=str_replace("风","",$baiarr[2]."转".$yearr[2]);$wtext[$i].="风";}//将风向添加到返回值里 if($baiarr[3]!="微风"){$wtext[$i].=$baiarr[3];}//将风力添加到返回值里 } $new=$text.implode("",$wtext); if(strlen($new)<30){$new=wtext($city);}; $newarr=array($city=>$new); file_put_contents($weather_txt,serialize(array_unique(array_merge($old,$newarr)))); return $new; } } //配置开始 $phone_num = "150******";//在这修改为您的手机号码; $password = "******" ;//在这修改为您的飞信密码 $phone="150******|yt;134******|yt;151******|sjz;150******|sjz";//在这修改为要发送的电话号码,多个发送用,分开。注:必须是您的飞信好友 //配置结束 $tophone=explode(";",$phone); //发送短信
for($i=0;$i $sys=explode("|",$tophone[$i]); $url="http://www.bitefu.net/fetion/?"; $url.="phone=".$phone_num."&pwd=".$password."&to=".$sys[0]."&u=1&msg=".wtext($sys[1]);//&u=1这个参数是在发送的内容出现乱码时加上的,如果存在乱码问题可以去掉这个参数 file_get_contents($url); }if($i==count($tophone)){sleep(100); ?> <script></script>
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |