zend_logo_guid

Gets the zend guid (PHP 4 )
string zend_logo_guid ( )

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

Example 738. zend_logo_uid() example

<?php

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

?>

See also php_logo_guid().

This HTML Help has been published using the chm2web software.