Answers for "php convert char to hex"

PHP
0

php convert char to hex

<?php 
$str = bin2hex("Hello World");
echo($str); 
?>
 
Posted by: Guest on April-30-2020

Browse Popular Code Answers by Language