Forum und email

bin2hex

(PHP 4, PHP 5)

bin2hex — Konvertere binær data til en hexadecimal repræsentation

Beskrivelse

string bin2hex ( string $str )

Returnerer en ASCII streng, der indeholder hexadecimal repræsentationen af str . Konverteringen er gjort ud fra bytes, med "high-nibble" først.

Se også pack() og unpack().