Math
最も使用
base_convert
説明
$number を基数 $tobase で表した文字列を返します。 $number の基数は、 $frombase で指定します。 $frombase および $tobase は、ともに 2 から 36 までである必要があります。 10 より大きな基数を有する数の各桁は、文字 a-z で表されます。 この場合、a は 10、b は 11、z は 35 を意味します。
宣言の base_convert
string base_convert ( string $number , int $frombase , int $tobase )