Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.bin2hex.html
Дата изменения: Sun Feb 3 22:56:03 2002
Дата индексирования: Mon Oct 1 21:14:01 2012
Кодировка:
bin2hex

bin2hex

(3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0)

bin2hex --  Convert binary data into hexadecimal representation

Description

string bin2hex ( string str)

Returns an ASCII string containing the hexadecimal representation of str. The conversion is done byte-wise with the high-nibble first.

See also pack() and unpack().