以下の内容はhttps://www.weblio.jp/content/decbinより取得しました。


PHP Documentation GroupPHP Documentation Group

decbin

(PHP 4, PHP 5)
decbin — 10 進数を 2 進数に変換する

説明

string decbin ( int number )
引数 number を 2 進数表現した文字列を返します。 変換することが出来る最大の数は 10 進数の 4294967295 であり、1 が 32 ビット並んだ 2 進数となります。
例 1043. decbin() の例
<?php
echo decbin(12) . "\n";
echo decbin(26);
?>
上の例の出力は以下となります。

1100
11010

      


bindec()decoct()dechex() および base_convert() も参照ください。




固有名詞の分類

PHP tidyNode->isHtml  feof  decbin  imagefontwidth  ord



以上の内容はhttps://www.weblio.jp/content/decbinより取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14