zend_logo_guid

string zend_logo_guid(void) 

Returns the GUID of the Zend logo.

Returns:

Zend logo GUID

Description:

Displays the Zend 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 Zend logo GUID
printf("<img src=\"%s?=%s\">", $PHP_SELF, zend_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.