PHP function zend_logo_guid()

Availability in PHP 4.0

Warning:

This feature is deprecated and no longer available as of PHP 5.

This function returns an ID that can be used to display the Zend logo using the built-in image.

For example:

php
echo '<img src="' . $_SERVER['PHP_SELF']
. '?=' . zend_logo_guid() . '" alt="Zend Logo!">';

Alternatively, you can use the php_logo_guid() function.

Parameters

The function has no input parameters.

Return values

string

Returns the value PHPE9568F35-D428-11d2-A769-00AA001ACF42.

Newsletter

Nejlepsi tipy a triky o PHP do Vaseho e-mailu. Clanky a novinky nejen ze sveta PHP a programovani.