php man page for recode_string

Query: recode_string

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RECODE_STRING(3)							 1							  RECODE_STRING(3)

recode_string - Recode a string according to a recode request

SYNOPSIS
string recode_string (string $request, string $string)
DESCRIPTION
Recode the string $string according to the recode request $request.
PARAMETERS
o $request - The desired recode request type o $string - The string to be recoded
RETURN VALUES
Returns the recoded string or FALSE, if unable to perform the recode request.
EXAMPLES
Example #1 Basic recode_string(3) example <?php echo recode_string("us..flat", "The following character has a diacritical mark: a"); ?>
NOTES
A simple recode request may be "lat1..iso646-de".
SEE ALSO
The GNU Recode documentation of your installation for detailed instructions about recode requests. . PHP Documentation Group RECODE_STRING(3)
Related Man Pages
dictl(1) - debian
px_set_targetencoding(3) - debian
gd_alter_encoding(3) - debian
gd_malter_spec(3) - debian
px_set_targetencoding(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update