Y
Y
ya_yshel_rabotati_v_teleg2018-03-26 12:32:34
PHP
ya_yshel_rabotati_v_teleg, 2018-03-26 12:32:34

How to convert from 10-decimal to 36-decimal number system?

How to convert from 10-decimal to 36-decimal number system?
Are there any standard tools in php?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Hated, 2018-03-26
@ya_yshel_rabotati_v_teleg

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

Returns a string containing number represented in tobase. The number system in which number is given is specified in frombase. The frombase and tobase values ​​must be between 2 and 36 (inclusive).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question