Convert HEX to string in PHP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Convert HEX to string in PHP

i need help please

8th Mar 2019, 3:50 PM
D1SM4L
1 Answer
0
Ej.: $num = 0x4C; // But this is the same as $num = 76; !!! echo("number is: " . dechex($num));
8th Mar 2019, 7:38 PM
unChabon
unChabon - avatar