<?php $url = $_GET['url']; $result = file_get_contents("https://ping.tx7.co/ping.php?host=".$url); header("Content-Type:text/html;charset=UTF-8"); print_r($result); if ($arr['code']==1) { } ?>
php教程
PHP超级Ping网站接口源码
精准像素
2020-08-18
共人阅读
上一篇:PHP检测域名是否被注册接口
下一篇:PHP读取TXT文本内容教程