Back

RandomStr

Copy Below Code View As A Text File Show Text Only Show API Edit Code
                            

function RandomStr($noOfDigits){ $time= md5(rand()); return substr($time,1,$noOfDigits); }