php convert string to hexadecimal

Solutions on MaxInterview for php convert string to hexadecimal by the best coders in the world

showing results for - "php convert string to hexadecimal"
Jacobo
30 Jul 2020
1<?php 
2$str = bin2hex("Hello World");
3echo($str); 
4?>
5 
Giada
06 Jul 2019
1index.php