(PHP 4, PHP 5, PHP 7)
convert_cyr_string — 將字符由一種 Cyrillic 字符轉(zhuǎn)換成另一種
$str
, string $from
, string $to
): string此函數(shù)將給定的字符串從一種 Cyrillic 字符轉(zhuǎn)換成另一種,返回轉(zhuǎn)換之后的字符串。
str
要轉(zhuǎn)換的字符。
from
單個字符,代表源 Cyrillic 字符集。
to
單個字符,代表了目標 Cyrillic 字符集。
支持的類型有:
返回轉(zhuǎn)換后的字符串。
注意: 此函數(shù)可安全用于二進制對象。