PHP - getting a site's favicon and converting it to png if necessary

后端 未结 6 518
醉梦人生
醉梦人生 2020-12-28 22:57

For any given site \"example.domain.tld\" or merely \"domain.tld\" I need to do the following in PHP:

  • If the site has a favicon, get it wherever it is
6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 23:35

    Coverting to PNG is not that hard.

    I don't get the question entirely, is this fav icon on your site or on other sites? If on other sites, you will have to parse fetched HTML and then somehow load favicon.

提交回复
热议问题