4 lines
63 B
PHP
4 lines
63 B
PHP
|
<?php
|
||
|
$str = 'rayy@example.com';
|
||
|
echo bin2hex($str)."\n";
|
||
|
?>
|