fork download
  1. $data_hex=hex2bin("6b9edb9ad3dc87e36220809b8f5860698cccee7d807fd5cc5d008a7ab7fe75b5");
  2. $data_hex_encode=base64_encode($data_hex);
  3. echo "data_hex_encode=".$data_hex_encode."<br>";
Success #stdin #stdout 0.02s 23584KB
stdin
Standard input is empty
stdout
$data_hex=hex2bin("6b9edb9ad3dc87e36220809b8f5860698cccee7d807fd5cc5d008a7ab7fe75b5");
$data_hex_encode=base64_encode($data_hex);
echo "data_hex_encode=".$data_hex_encode."<br>";