PHP convert_cyr_string() function is used to converts a string from one Cyrillic character set to another.
Syntax
Parameter | Description |
---|---|
str : | Required parameter. The string to be converted. |
from : | Required parameter. The source Cyrillic character set, as a single character. |
to : | Required parameter. The target Cyrillic character set, as a single character.
|
Return Value : | Returns the converted string. |