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 requestSYNOPSISstring recode_string (string $request, string $string)DESCRIPTIONRecode the string $string according to the recode request $request.PARAMETERSo $request - The desired recode request type o $string - The string to be recodedRETURN VALUESReturns the recoded string or FALSE, if unable to perform the recode request.EXAMPLESExample #1 Basic recode_string(3) example <?php echo recode_string("us..flat", "The following character has a diacritical mark: a"); ?>NOTESA simple recode request may be "lat1..iso646-de".SEE ALSOThe GNU Recode documentation of your installation for detailed instructions about recode requests. . PHP Documentation Group RECODE_STRING(3)
Related Man Pages |
---|
recode(1) - redhat |
recode(1) - debian |
gd_malter_spec(3) - debian |
recode(1) - suse |
px_set_targetencoding(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
Forum Video Tutorial: How to Use Code Tags |
Status of UNIX.COM Forum Transformation |