search for in the  
<version_comparezend_version>
Last updated: Thu, 19 May 2005

zend_logo_guid

(PHP 4, PHP 5)

zend_logo_guid -- Gets the Zend guid

Description

string zend_logo_guid ( void )

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

Example 1. zend_logo_guid() example

<?php

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

?>

See also php_logo_guid().



User Contributed Notes
zend_logo_guid
There are no user contributed notes for this page.

<version_comparezend_version>
 Last updated: Thu, 19 May 2005
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: The Server Pages
Last updated: Thu May 19 17:35:34 2005 CDT