Home > Backend Development > PHP Tutorial > 解决php使用异步调用获取数据时出现(错误c00ce56e导致此项操作无法完成)_php技巧

解决php使用异步调用获取数据时出现(错误c00ce56e导致此项操作无法完成)_php技巧

WBOY
Release: 2016-05-17 08:57:00
Original
910 people have browsed it

【详细错误】:由于出现错误 c00ce56e 而导致此项操作无法完成

【造成原因】:未指定输出编码格式。

【解决办法】:句首加入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