Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

str shuffle

$
0
0
Hi,

Code:

$specifiectext = "sometext";
$length = 10;

$randomString = substr(str_shuffle("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"), 0, $length);

How to make i want that $randomString never by specified text $specifiectext

Viewing all articles
Browse latest Browse all 18226

Trending Articles