bindec()
bindec (2進数);
$a = bindec("1111"); print "2進数の1111は10進数で ". $a;
PageTop / Home / PHP入門 / リファレンス目次