Profile
Achievement
phpdev's Recent SnippetsTagged image
- All /
« Prev 1 Next »
**Example of use:**
echo base64DataUri('/var/www/html/background.png');
*or*
echo base64DataUri('http://static.php.net/www.php.net/images/php.gif');
0
746
posted 11 years ago by phpdev
**Example of 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 PHP documentation" width="16" height="16" /></a>
0
1523
posted 11 years ago by phpdev