From 0498d7da39984374db9836bdb2ad4f456f716ae7 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 16 Aug 2003 23:38:35 +0000 Subject: [PATCH] adding two more examples and linking to each other git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138034 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/php-logo-guid.xml | 22 ++++++++++++++++++--- reference/info/functions/zend-logo-guid.xml | 20 ++++++++++++++++++- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/reference/info/functions/php-logo-guid.xml b/reference/info/functions/php-logo-guid.xml index 4f1e5c4c8e..b6f9a79ecb 100644 --- a/reference/info/functions/php-logo-guid.xml +++ b/reference/info/functions/php-logo-guid.xml @@ -1,5 +1,5 @@ - + @@ -16,11 +16,27 @@ This function returns the ID which can be used to display the PHP logo using the built-in image. + + + <function>php_logo_uid</function> example + +'; + +?> +]]> + + + See also phpinfo, - phpversion, and - phpcredits. + phpversion, + phpcredits and + zend_logo_guid. diff --git a/reference/info/functions/zend-logo-guid.xml b/reference/info/functions/zend-logo-guid.xml index 5c5b314e0b..4609816e20 100644 --- a/reference/info/functions/zend-logo-guid.xml +++ b/reference/info/functions/zend-logo-guid.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,24 @@ This function returns the ID which can be used to display the Zend logo using the built-in image. + + + <function>zend_logo_uid</function> example + +'; + +?> +]]> + + + + + See also php_logo_guid. +