url
$get = "https://api.blogs.ink/api/ico?url=www.blogs.ink"; $result = file_get_contents($get); if ($result) { //成功 echo $result; } else { //失败 }