📜  php utf8_decode - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:50.797000             🧑  作者: Mango

代码示例2
// utf8_decode() function is an inbuilt function in PHP which is used
// to decode a UTF-8 string to the ISO-8859-1

$string_to_decode = "Københavns";
utf8_decode($string_to_decode); // returns Københavns