PHP 如何将数据库中存储的十六进制数转换为汉字

WBOY
Release: 2016-06-06 20:50:17
Original
1431 people have browsed it

将数据库中十六进制的数转化为汉字编码 数据库用UTF8编码

回复内容:

将数据库中十六进制的数转化为汉字编码 数据库用UTF8编码

json_decode()

不贴出两个例子来别人都不知道你的数据格式是怎样的。。。 可以查下手册,看下 rawurldecode 是不是你想要的

如果你的是一连串的数字,那也可以用 str_split 每2位一段先拆开来,然后用 hexdec转为10进制,最后用 chr 函数转回汉字

Related labels:
php
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