Документация PHP


atanh

bindec

Математические функции

PHP Manual


base_convert

(PHP 4, PHP 5)

base_convert — Convert a number between arbitrary bases

Описание

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

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.

Внимание

base_convert() may lose precision on large numbers due to properties related to the internal "double" or "float" type used. Please see the Floating point numbers section in the manual for more specific information and limitations.

Список параметров

number

The number to convert

frombase

The base number is in

tobase

The base to convert number to

Возвращаемые значения

number converted to base tobase

Примеры

Пример #1 base_convert() example

<?php
$hexadecimal 
'A37334';
echo 
base_convert($hexadecimal162);
?>

Результат выполнения данного примера:

101000110111001100110100

Смотрите также


atanh

bindec

Математические функции

PHP Manual

SAPE все усложнил?

MainLink - простая и прибыльная продажа ссылок!

Последние поступления:

Размещена 10 августа 2020 года

Я по ТВ видел, что через 10 лет мы будем жить лучше, чем в Германии...
Я не понял, что это они с Германией сделать хотят?!

читать далее…

ТехЗадание на Землю

Размещена 14 марта 2018 года

Пpоект Genesis (из коpпоpативной пеpеписки)

читать далее…

Шпаргалка по работе с Vim

Размещена 05 декабря 2017 года

Vim довольно мощный редактор, но работа с ним не всегда наглядна.
Например если нужно отредактировать какой-то файл например при помощи crontab, без знания специфики работы с viv никак.

читать далее…

Ошибка: Error: Cannot find a valid baseurl for repo

Размещена 13 сентабря 2017 года

Если возникает ошибка на centos 5 вида
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/

читать далее…

Linux Optimization

Размещена 30 июля 2012 года

Prelink

читать далее…