将二进制数据转换成十六进制,具体是做什么用的,该如何处理

WBOY
Release: 2016-06-13 12:16:00
Original
1474 people have browsed it

将二进制数据转换成十六进制,具体是做什么用的
字符串进制转换:
bin2hex()  将二进制数据转换成十六进制表示;
hex2bin() 转换十六进制字符串为二进制字符串;

等等很多进制转换的函数,请问这些函数具体是干什么用的,做项目都什么地方需要用到进制转换?



------解决思路----------------------

本帖最后由 PhpNewnew 于 2015-03-08 09:42:31 编辑 自己的加密方式  算法需要 编码   加密协议需求  等 
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!