what is the difference b/w shuffle and array shuffle.
sunil kumar
what is the difference b/w shuffle and array shuffle.
sunil kumar
i guess, both are same..
shuffle() function is give the randumly array value from the given array.
But there is no array_shuffle() function in the php.
If you need string shuffle than there is str_shuffle() are there.