Skip to content

pH-7/Get-Favicon-from-a-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Get Favicon from Websites

Overview

This PHP function retrieves the favicon cached by Google. It allows to get back very easily a favicon of a site to display on your Web page.

Example - How to use

<a href="http://www.php.net/manual/en/index.php"><img src="<?php echo get_favicon('http://www.php.net/manual/en/index.php') ?>" alt="Favicon" title="See the PHP documentation" width="16" height="16" /></a>

About

This is not a project but just a snippet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages