PHP 函数 bin2hex PHP 函数 long2ip PHP 函数 chop PHP 函数 bin2hex <?php $binary = "CodingDict"; $hex = dechex(bindec($binary)); echo $hex; ?> PHP 函数 long2ip PHP 函数 chop