PHP进制转换

WBOY
Release: 2016-06-20 12:40:19
Original
1198 people have browsed it

string dechex ( int $number ) 十进制整数转换为十六进制字符串

string bin2hex ( string $str ) 将二进制字符串转换成十六进制字符串

string hex2bin ( string $data ) 将十六进制字符串转换成二进制字符串


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
Latest Articles by Author
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!