解析PHP自带的进位制之间的转换函数_PHP教程

WBOY
Release: 2016-07-21 15:07:21
Original
1187 people have browsed it

bindec() -- 二进制转换为十进制

decbin() -- 十进制转换为二进制

dechex() -- 十进制转换为十六进制

decoct() -- 十进制转换为八进制

hexdec() -- 十六进制转换为十进制

octdec() -- 八进制转换为十进制

base_convert()-- 在任意进制之间转换数字

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/327541.htmlTechArticlebindec() -- 二进制转换为十进制 decbin() -- 十进制转换为二进制 dechex() -- 十进制转换为十六进制 decoct() -- 十进制转换为八进制 hexdec() -- 十六进...
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!