March 2002
Intermediate to advanced
528 pages
21h 29m
English
php_logo_guid
string php_logo_guid( )
Returns an ID that you can use to link to the PHP logo. For example:
<?php $current = basename($PHP_SELF); ?> <img src="<?= "$current?=" . php_logo_guid( ); ?>" border="0" />