作者gn02394847 (Fire)
看板NTUST_Talk
標題Re: [認真] ntust hacker meeting
時間Wed Dec 5 23:04:11 2012
以下是 PHP 版本
function de_csccode($code){
$str="";
for($i=0;$i<strlen($code);$i+=8){
$str .= chr(bindec(strrev(substr($code,$i,8))));
}
echo strrev($str);
}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.34.83.136