PHP  
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  
<version_comparezend_version>
Last updated: Mon, 16 Jul 2012

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.

例子 1. zend_logo_guid() example

<?php

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

?>

See also php_logo_guid().




<version_comparezend_version>
 Last updated: Mon, 16 Jul 2012
 
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://manual.phpv.net/
Last updated: Thu Jul 7 19:13:47 2005 CST