September 2001
Intermediate to advanced
768 pages
32h 45m
English
string php_logo_guid(void)
Returns the GUID of the PHP logo.
Returns:
PHP logo GUID
Description:
Displays the PHP logo GUID. Using this value can be a way to access the built-in PHP logo, which can be seen in the output from the phpinfo() function.
Version:
Existing since version 4.0
Example:
printf("<img src=\"%s?=%s\">", $PHP_SELF, php_logo_guid());
|
Read now
Unlock full access