设置php页面编码的两种方法示例介绍_PHP

WBOY
Release: 2016-06-01 11:56:28
Original
824 people have browsed it

1:输出meta标签:

1、在php mvc的控制器里面或php页面echo '';

2、在php页面或html页面

2:使用header函数

在控制器或页面里面header("content-type:text/html; charset=utf-8");

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!