Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

hex2bin (PHP 5 >= 5.4.0, PHP 7, PHP 8) hex2bin — Decodes a hexadecimally encoded binary string

<?php
$hex = hex2bin("6578616d706c65206865782064617461");
var_dump($hex);
?>
 
PREVIOUS NEXT
Tagged: #PHP #PHP #Decodes #hexadecimally #encoded #binary #string
ADD COMMENT
Topic
Name
6+5 =