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

php_logo_guid

(PHP 4, PHP 5)

php_logo_guid -- Gets the logo guid

Description

string php_logo_guid ( void )

This function returns the ID which can be used to display the PHP logo using the built-in image. Logo is displayed only if expose_php is On.

例子 1. php_logo_guid() example

<?php

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

?>

See also phpinfo(), phpversion(), phpcredits() and zend_logo_guid().




<php_ini_scanned_filesphp_sapi_name>
 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