Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
bin2hex
bin2hex
Convert binary data to hexadecimal representation
Name:
bin2hex
Category:
String
Programming Language:
php
One-line Description:
Converts the string of ASCII characters to hexadecimal values.
Related
What Potential Issues May Arise When Using bin2hex and the mbstring Library Together?
8
Performance Bottlenecks and Optimization Tips When Using bin2hex on Large File Data
8
Why is the length of the converted string twice as long as the input?
2
Similar Functions
quoted_printable_encode
quoted_printable_encode
Convertan8-bitstring
strcmp
strcmp
Binarysafestringcomp
sscanf
sscanf
Parsesenteredcharact
join
join
Aliasofimplode
strpos
strpos
Findthefirstoccurren
strpbrk
strpbrk
Findanyoneofasetofch
chr
chr
Generatesingle-bytes
ltrim
ltrim
Removespaces(orother
Popular Articles
Performance Bottlenecks and Optimization Tips When Using bin2hex on Large File Data
Why is the length of the converted string twice as long as the input?
What Potential Issues May Arise When Using bin2hex and the mbstring Library Together?