PHP funkce bin2hex()
Dostupnost ve verzích: PHP 4.0
Convert binary data into hexadecimal representation
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$str |
string |
není | A character. |
Návratové hodnoty
string
the hexadecimal representation of the given string.