php_logo_guid

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:

Display PHP logo GUID
printf("<img src=\"%s?=%s\">", $PHP_SELF, php_logo_guid()); 

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.