ฟังก์ชัน convert_cyr_string() ใช้เพื่อแปลงจากชุดอักขระ Cyrillic หนึ่งเป็นชุดอักขระอื่น
ชุดอักขระซีริลลิกที่รองรับคือ -
-
k - koi8-r
-
w - windows-1251
-
ผม - iso8859-5
-
เอ - x-cp866
-
d - x-cp866
-
m - x-mac-cyrillic
ไวยากรณ์
convert_cyr_string(str, from, to)
พารามิเตอร์
-
str − สตริงที่จัดรูปแบบ
-
ตั้งแต่ − ที่มาของชุดอักขระ Cyrillic เป็นอักขระตัวเดียว
-
ถึง − ชุดอักขระ Cyrillic ปลายทางเป็นอักขระตัวเดียว
คืนสินค้า
ฟังก์ชัน convert_cyr_string() จะคืนค่าสตริงที่แปลงแล้ว
ต่อไปนี้เป็นตัวอย่าง -
ตัวอย่าง
<?php $s = "Welcome to the website! æøå"; echo $s . "<br>"; echo convert_cyr_string($str,'w','a'); ?>
ต่อไปนี้เป็นผลลัพธ์ -
ผลลัพธ์
Welcome to the website! æøå Welcome to the website! ¦è¥