Funções para String
PHP Manual

bin2hex

(PHP 4, PHP 5, PHP 7)

bin2hexConverte um dado binário em representação hexadecimal

Descrição

string bin2hex ( string $str )

Retorna uma string ASCII uma representação hexadecimal de str. A conversão é feita byte-wise com o high-nibble primeiro.

Parâmetros

str

Um caractere.

Valor Retornado

Retorna a representação hexadecimal de uma dada string.

Veja Também


Funções para String
PHP Manual