PHP code example of hieu-le / favicon
1. Go to this page and download the library: Download hieu-le/favicon library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hieu-le / favicon example snippets
echo favicon($option = FAVICON_ENABLE_ALL, array $msOptions = array())
echo favicon(FAVICON_ENABLE_ALL, array(
'tile_color' => '#F0F0F0',
'browser_config_file' => 'IEConfig.xml',
'application_name' => 'Hieu Le Favicon'
));