php转换ascii函数

php转换ascii函数

?php function get_asc($str){ $ret = ''; for($i=0;$istrlen($str);$i++){ $ret .= '0x'.dechex(ord($str[$i])).','; } return $ret; } echo get_asc(a href=http://www.zuola.net target=_blank 小田工作室/a); ? 输出看运行结果: ?php $arrs = array(0...