摘要:
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
阅读(1545)
评论(0)
推荐(0)
浙公网安备 33010602011771号