создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

dechex

Пред.

След.

dechex

(PHP 3, PHP 4, PHP 5)dechex -- Decimal to hexadecimal

Description

string dechex (int number)

Returns a string containing a hexadecimal representation of the given number argument. The largest number that can be converted is 4294967295 in decimal resulting to "ffffffff".

Пример 1. dechex() example

<?php

echo dechex(10) . "\n";

echo dechex(47);

?>

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

a

2f

See also hexdec(), decbin(), decoct() and base_convert().

Пред.

Начало

След.

decbin

Уровень выше

decoct

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting