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.