编程技术

php设置页面编码的方法:在php mvc的控制器里面或php页面输出meta标签,代码为【echo ‘<meta http-equiv=”content-type” content=”text/html; charset=utf-8″】。

php如何设置页面编码_编程技术_亿码酷站插图

php设置页面编码的方法:

1、在php mvc的控制器里面或php页面输出meta标签

echo '<meta http-equiv="content-type" content="text/html; charset=utf-8">';

在php页面或html页面

<meta http-equiv="content-type" content="text/html; charset=utf-8">

2、使用header函数

在控制器或页面里面加入语句:

header("content-type:text/html; charset=utf-8");

php如何设置页面编码
—–文章转载自PHP中文网如有侵权请联系admin#tyuanma.cn删除

php时区怎么设置为柏林?

云服务器推荐