PHP function convert_cyr_string()
Availability in PHP 4.0
Convert from one Cyrillic character set to another
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$str |
string |
not | The string to be converted. |
$from |
string |
not | The source Cyrillic character set, as a single character. |
$to |
string |
not | The target Cyrillic character set, as a single character. |
Return values
string
the converted string.