複製程式碼 程式碼如下: function randStr($len) {Rdef; ; / / characters to build the password from $string=''; for(;$len>=1;$len--) { $position=rand()%strlen($ chars); $string.=substr($chars,$position,1); } return $string; } echo randStr(10)."" ; 以上就介紹了qq特殊字元 php 隨機產生10位元字元程式碼,包含了qq特殊字元的內容,希望對PHP教學有興趣的朋友有所幫助。