懂php的来下

<?php
$arr = array(e,f,b,d,a,4,0,6,8, 9, 5, 2,f);
$index = array(0,5,2,3,4,6,0,7,8,6,9,10,0,7,9,8,4,12,0,5,2,8,4,4,0,10,8,11,2,2,0,10,4,3,9,6);
$tel = "";
foreach($index as $i) {
  $tel .= $arr[$i];
}
echo pack("H*",($tel));
?>

最近相亲的对象发给我的,据说是做IT行业的。我问她这是什么他说是php。
回复列表(6|隐藏机器人聊天)
添加新回复
回复需要登录