From 94346e89c9c6dbe2014fd5ef4e6d3eb32050991d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 23 Mar 2008 22:42:50 +0000 Subject: [PATCH] - Improve/add parameter/returnvalue descriptions - Fix PHP coding style git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255914 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/crc32.xml | 4 ++-- reference/strings/functions/fprintf.xml | 11 +++++++---- .../strings/functions/get-html-translation-table.xml | 4 ++-- reference/strings/functions/implode.xml | 3 ++- reference/strings/functions/vprintf.xml | 4 +++- reference/strings/functions/vsprintf.xml | 4 +++- 6 files changed, 19 insertions(+), 11 deletions(-) diff --git a/reference/strings/functions/crc32.xml b/reference/strings/functions/crc32.xml index fe3c017c66..845800d2cf 100644 --- a/reference/strings/functions/crc32.xml +++ b/reference/strings/functions/crc32.xml @@ -1,5 +1,5 @@ - + crc32 @@ -44,7 +44,7 @@ &reftitle.returnvalues; - + Returns the crc32 checksum of str as an integer. diff --git a/reference/strings/functions/fprintf.xml b/reference/strings/functions/fprintf.xml index e2150899cb..6bb8db4e6f 100644 --- a/reference/strings/functions/fprintf.xml +++ b/reference/strings/functions/fprintf.xml @@ -1,5 +1,5 @@ - + fprintf @@ -29,6 +29,7 @@ handle + &fs.file.pointer; @@ -62,7 +63,7 @@ &reftitle.returnvalues; - Returns the length of the outputted string. + Returns the length of the string written. @@ -74,8 +75,9 @@ - + get_html_translation_table @@ -49,7 +49,7 @@ quote_style - And as in the htmlspecialchars and + Like the htmlspecialchars and htmlentities functions you can optionally specify the quote_style you are working with. The default is ENT_COMPAT mode. See the description diff --git a/reference/strings/functions/implode.xml b/reference/strings/functions/implode.xml index 991058a5a9..2698e80d76 100644 --- a/reference/strings/functions/implode.xml +++ b/reference/strings/functions/implode.xml @@ -1,5 +1,5 @@ - + implode @@ -44,6 +44,7 @@ pieces + The array of strings to implode. diff --git a/reference/strings/functions/vprintf.xml b/reference/strings/functions/vprintf.xml index d7aa09b88e..b7ca2b410b 100644 --- a/reference/strings/functions/vprintf.xml +++ b/reference/strings/functions/vprintf.xml @@ -1,5 +1,5 @@ - + vprintf @@ -32,6 +32,8 @@ format + See sprintf for a description of + format. diff --git a/reference/strings/functions/vsprintf.xml b/reference/strings/functions/vsprintf.xml index 96ee046b51..1d78ee6000 100644 --- a/reference/strings/functions/vsprintf.xml +++ b/reference/strings/functions/vsprintf.xml @@ -1,5 +1,5 @@ - + vsprintf @@ -27,6 +27,8 @@ format + See sprintf for a description of + format.