diff --git a/functions/recode.xml b/functions/recode.xml index 3f414b0006..120c802cf0 100644 --- a/functions/recode.xml +++ b/functions/recode.xml @@ -23,7 +23,7 @@ recode_string - Recode a string according to a recode request. + Recode a string according to a recode request Description @@ -35,7 +35,8 @@ Recode the string string according to the recode request request. Returns - FALSE, if unable to comply, TRUE otherwise. + FALSE, if unable to comply, TRUE otherwise. + A simple recode request may be "lat1..iso646-de". See also the GNU Recode documentation of your installation @@ -47,7 +48,7 @@ recode - Recode a string according to a recode request. + Recode a string according to a recode request Description @@ -56,17 +57,21 @@ string request string string - - This is an alias for recode_string. It - has been added in PHP4. - + + + This is an alias for recode_string. It has + been added in PHP4. + + recode_file - Recode from file to file according to recode request. + + Recode from file to file according to recode request + Description @@ -76,16 +81,19 @@ int output - Recode the file referenced by file handle input - into the file referenced by file handle output - according to the recode request request. - Returns FALSE, if unable to comply, TRUE otherwise. + Recode the file referenced by file handle + input into the file referenced by file + handle output according to the recode + request. Returns FALSE, if unable to comply, TRUE + otherwise. + This function does not currently process filehandles referencing remote files (URLs). Both filehandles must refer to local files. +