摘要:
function _code($_code_length = 4, $_width = 75, $_height = 25){ for($i=0;$i<$_code_length;$i++){ $_nmsg .= dechex(mt_rand(0,15)); } $_SESSION["code"] = $_nmsg; $_img = imagecreatetruecolor($_width, $_height); $_white = imagecolorallocate($_img, 250, 250, 250); imagefill($_im... 閱讀全文
posted @ 2013-05-03 10:47
artwl
閱讀(1546)
評論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號