?? [b?n]

n.??,????;????;(??)?? ???

vt.???? ??...

??? : bins ??? : bins ???? : binning ???? : binned ???? : binned

PHP bin2hex() ?? ???

??: ???? ??? ?? ???? 16?? ??? ??

??: ??bin2hex (string)

????:

ParametersDescription
string ??, ?? ??? ???

??: ???? ???? ???? 16?? ???? ?????. ????? ??? ??? ???? ?? ??? ?? ?????.

PHP bin2hex() ?? ?

<?php
$data = "hello php.cn";
$res = bin2hex($data);
echo $res;
?>
rerun ?????

??? ????? ??? "???? ??"??? ??????. ??? ????? ???

??:

68656c6c6f207068702e636e