Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the garbled code of php command line output

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Php command line output garbled how to solve, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain in detail for you, people with this need can come to learn, I hope you can gain something.

Php command line output garbled solution: 1, in the php code to add "header (" content-type:text/html;charset=gbk ");"; 2, set the command line font.

This article operating environment: Windows7 system, PHP7.1 version, Dell G3 computer

Php command line output garbled how to do?

Garbled handling of Chinese characters output from php Command Line under window

1. Add to the code of php

Header ("content-type:text/html;charset=gbk")

two。 Set the font of the command line

On the command line, right-click the attribute font and select the following font. Click OK.

I basically solved the problem according to the above process, and if there is any garbled code, see if the code is not gbk and try gb2312 and other codes.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report