Query: php_logo_guid
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PHP_LOGO_GUID(3) 1 PHP_LOGO_GUID(3) php_logo_guid - Gets the logo guidSYNOPSISstring php_logo_guid (void )DESCRIPTIONThis 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. Warning This function has been DEPRECATED and REMOVED as of PHP 5.5.0.RETURN VALUESReturns PHPE9568F34-D428-11d2-A769-00AA001ACF42.CHANGELOG+--------+---------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------+ | 5.5.0 | | | | | | | php_logo_guid(3) has been removed from PHP. | | | | +--------+---------------------------------------------+EXAMPLESExample #1 php_logo_guid(3) example <?php echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; ?>SEE ALSOphpinfo(3), phpversion(3), phpcredits(3), zend_logo_guid(3). PHP Documentation Group PHP_LOGO_GUID(3)
Related Man Pages |
---|
phpcredits(3) - php |
extension_loaded(3) - php |
get_magic_quotes_runtime(3) - php |
nsapi_request_headers(3) - php |
php_strip_whitespace(3) - php |
Similar Topics in the Unix Linux Community |
---|
server variables in bash scripting |
PHP required check box |
PHP installation help needed. |
How to have Multiple PHP Version! |
PHP Echoed in Ajax |