bindec() -- 2 進数を 10 進数に変換します
decbin() -- 10 進数を 2 進数に変換します
dechex() -- 10 進数を 16 進数に変換します
decoct() -- 10 進数を 8 進数に変換します
hexdec() -- 16 進数を 10 進数に変換します
octdec() -- 8 進数を 10 進数に変換します
base_convert()-- 任意の基数間で数値を変換します
http://www.bkjia.com/PHPjc/327541.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/327541.html技術記事 bindec() -- 2 進数を 10 進数に変換します decbin() -- 10 進数を 2 進数に変換します dechex() -- 10 進数を 16 進数に変換します decoct() -- 10 進数を 8 進数に変換します hexdec() -- 16 進数...