iconvConvert a string from one character encoding to another Description
stringfalse iconv(string
$from_encoding , string $to_encoding , string $string )
Converts Parameters
Return Values
Returns the converted string, or Examples
Example #1 iconv example
The above example will output something similar to: Original : This is the Euro symbol '€'. TRANSLIT : This is the Euro symbol 'EUR'. IGNORE : This is the Euro symbol ''. Plain : Notice: iconv(): Detected an illegal character in input string in .\iconv-example.php on line 7 Notes
See Also
|