search
HomeBackend DevelopmentPHP ProblemWhat to do if PHP WeChat sends garbled push messages

Solution to the garbled push message sent by PHP WeChat: First, Chinese will be encoded into unicode when the array is converted to json, use urlencode to identify the WeChat interface; then encode before [json_encode]; finally wait for conversion before using Just convert urldecode back.

What to do if PHP WeChat sends garbled push messages

Solution to the garbled push message sent by PHP WeChat:

What to do if PHP WeChat sends garbled push messages

First Urlencode is used because Chinese will be encoded into unicode when the array is converted to json, and the WeChat interface cannot recognize it, so you have to encode it before json_encode, and then use urldecode to convert it back after the conversion, so that what is transmitted to the interface is normal Chinese. .

Reference code:

$message = array(
  'touser'=>$touser,
  'msgtype'=>'text',
  'text'=>array('content'=>urlencode($text))
);
$message = urldecode(json_encode($message));

Related learning recommendations: php graphic tutorial

The above is the detailed content of What to do if PHP WeChat sends garbled push messages. For more information, please follow other related articles on the PHP Chinese website!

Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools