Home  >  Article  >  Backend Development  >  Analyze the conversion function between the carry systems that comes with PHP_PHP Tutorial

Analyze the conversion function between the carry systems that comes with PHP_PHP Tutorial

WBOY
WBOYOriginal
2016-07-21 15:07:211321browse

bindec() -- Convert binary to decimal

decbin() -- Convert decimal to binary

dechex() -- Convert decimal to hexadecimal

decoct() -- Convert decimal to octal

hexdec() -- Convert hexadecimal to decimal

octdec() -- Convert octal to decimal

base_convert()-- Convert numbers between any bases

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/327541.htmlTechArticlebindec() -- Convert binary to decimal decbin() -- Convert decimal to binary dechex() -- Decimal Convert to hexadecimal decoct() -- Convert decimal to octal hexdec() -- Hexadecimal...
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