PHP 函数 str_shuffle
PHP 函数 str_shuffle
<?php
$input = 'abcdefphp_function_str_shuffle';
$shuffled = str_shuffle($input);
echo $shuffled;
?>
<?php
$input = 'abcdefphp_function_str_shuffle';
$shuffled = str_shuffle($input);
echo $shuffled;
?>