Home  >  Article  >  php教程  >  解析PHP自带的进位制之间的转换函数

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

WBOY
WBOYOriginal
2016-06-13 11:49:381637browse

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

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

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

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

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

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

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

Statement:
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