


About json_encode Chinese garbled problem in php json encode array json encode true python json encode
Jul 29, 2016 am 08:52 AM$arr = array(
'1' => 'Message 1',
'2' => 'Message 2',
'3' => 'Message 3',
' 4' => 'Message 4',
'5' => 'Message 5',
'6' => 'Message 6',
'7' => 'Message 7',
'8' => 'Message 8'
);
foreach($arr as $key => $value){
$arr[$key] = urlencode ( $value );
}
$data = urldecode (json_encode ($arr));
return $data;
}
Use urlencode to traverse the array content, and finally use urlencode to process the json_encode result
The above introduces the Chinese garbled problem of json_encode in PHP, including the content of json_encode. I hope it will be helpful to friends who are interested in PHP tutorials.

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

11 Best PHP URL Shortener Scripts (Free and Premium)

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon
