名站网址导航为大家免费提供关于网站编程方面的知识。
php获取数组长度的方法(有实例)
- 本篇文章的具体介绍如下请大家仔细看
function make_coupon_card() { $code = 'ABCDEFGhIJKLMNOPQRSTUVWXYZ'; $rand = $code[rand(0,25)] .strtoupper(dechex(date('m'))) .date('d').substr(time(),-5) .substr(microtime(),2,5) .sprintf('d',rand(0,99)); for( $a = md5( $rand, true ), $s = '0123456789ABCDEFGhIJKLMNOPQRSTUV', $d = '', $f = 0; $f < 8; $g = ord( $a[ $f ] ), $d .= $s[ ( $g ^ ord( $a[ $f 8 ] ) ) - $g & 0x1F ], $f ); return $d; } echo make_coupon_card(); |
关于网站编程方面的知识就说道这里了,希望能够对大家有作用。,php,生成,随机,唯一,邀请,码,/,优惠,固定,长度,