functions-online

base_convert

Açıklama

Returns a string containing $number represented in base $tobase. The base in which $number is given is specified in $frombase. Both $frombase and $tobase have to be between 2 and 36, inclusive. Digits in numbers with a base higher than 10 will be represented with the letters a-z, with a meaning 10, b meaning 11 and z meaning 35.

beyanın base_convert

string base_convert ( string $number , int $frombase , int $tobase )

testi base_convert çevrimiçi










katılmak base_convert

için yorumlar base_convert

için yorumlar base_convert

Read all comments for base_convert() here.

+

Leave your comment