(PHP 4, PHP 5, PHP 7)
convert_cyr_string — Convert from one Cyrillic character set to another
Ця функція ЗАСТАРІЛА, починаючи з PHP 7.4.0, та ВИЛУЧЕНА в PHP 8.0.0. Вкрай не рекомендується на неї покладатися.
Converts from one Cyrillic character set to another.
str
The string to be converted.
from
The source Cyrillic character set, as a single character.
to
The target Cyrillic character set, as a single character.
Supported characters are:
Returns the converted string.
Версія | Опис |
---|---|
8.0.0 | Removed this function. |
7.4.0 | Deprecated this function. |
Зауваження: Ця функція є бінарно безпечною.