超级实用的7个PHP代码片段分享(2)


function get_favicon($url){
$url = str_replace("http://",'',$url);
return "http://www.google.com/s2/favicons?domain=".$url;
}


点击这里查看详细情况:?codeview&id=45928

您可能感兴趣的文章:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/4cae3d98261314a0e5d5857f5cd05981.html