摘要:
private function createNonceStr($length = 16) { $chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; $str = ""; for ($i = 0; $i < $length; $i++) { $str .= subs... 阅读全文
posted @ 2016-11-14 20:39
微客鸟窝
阅读(133)
评论(0)
推荐(0)