Warning: file_put_contents(): Only -1 of 48 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
addslashes chop Strings PHP Manual bin2hex (PHP 4, 5) — Convert binary data into hexadecimal representation Description string ( $str ) Returns an ASCII containing the representation of str . The...
Forum und email

bin2hex

(PHP 4, PHP 5)

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.

Parameters

str

A character.

Return values

Returns the hexadecimal representation of the given string.

See Also