PHP 通过Google获取favicon

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 通过Google获取favicon相关的知识,希望对你有一定的参考价值。

function get_favicon($url){

  $url = str_replace("http://",'',$url);
  //TODO : regex that removes the last part of the url and detects errors
  return "http://www.google.com/s2/favicons?domain=".$url;

}

以上是关于PHP 通过Google获取favicon的主要内容,如果未能解决你的问题,请参考以下文章

从网站上获取Favicon

获取Favicon的窗体操作(仅限域)

如何从使用 Java 的网站获取 favicon.ico?

如何在不上传 favicon 文件的情况下将 favicon 添加到 Google colab 上的 Flask 路由?

从google服务缓存favicon

如何使用 Google S2 Converter 将 markdown() 中的链接转换为与 favicon 链接?