The str_shuffle() function used for randomly shuffles of a string.
Syntax
str_shuffle(string)
Example
echo str_shuffle('hello bro');
Output
leohrolb
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.