From 0f0f425fb62e3e2b8db525fd01b41d71a40347f9 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 31 Mar 2002 18:56:52 +0000 Subject: [PATCH] flag param in phpcredits() *is* optional git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76070 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 197e309191..2d723f7386 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP Options&Information PHP Options/Info @@ -1310,15 +1310,16 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds) Description voidphpcredits - intflag + intflag This function prints out the credits listing the PHP developers, modules, etc. It generates the appropriate HTML codes to insert - the information in a page. A parameter indicating what will be - printed (a pre-defined constant flag, see table below) needs to - be passed. For example to print the general credits, you will use - somewhere in your code: + the information in a page. flag is + optional, and it defaults to CREDITS_ALL. + To generate a custom credits page, you may want to use the + flag parameter. For example to print + the general credits, you will use somewhere in your code: