string str_shuffle ( string $str )str_shuffle() 函数打乱一个字符串,使用任何一种可能的排序方案。并返回打乱的值<?php$str = 'abcdef';$shuffled ...
確定! 回上一頁