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


PHP Documentation GroupPHP Documentation Group

dechex

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

説明

string dechex ( int number )
引数 number を 16 進数表現した文字列を返します。 変換できる最大の数字は 4294967295 であり、16 進数で表すと "ffffffff" です。
例 1044. dechex() の例
<?php
echo dechex(10) . "\n";
echo dechex(47);
?>
上の例の出力は以下となります。

a
2f

      


hexdec()decbin()decoct() および base_convert() も参照ください。




固有名詞の分類

PHP PharFileInfo->isCompressed  fnmatch  dechex  imagetypes  msql



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

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