PHP str_shuffle() 函数
定义和用法
str_shuffle() 函数随机打乱字符串中的所有字符。
语法
str_shuffle(string)
参数值
参数 | 描述 |
---|---|
string | 必需。指定要打乱的字符串 |
技术细节
返回值 | 返回打乱的字符串 |
---|---|
PHP 版本 | 4.3.0+ |
❮ PHP 字符串参考
str_shuffle() 函数随机打乱字符串中的所有字符。
str_shuffle(string)
参数 | 描述 |
---|---|
string | 必需。指定要打乱的字符串 |
返回值 | 返回打乱的字符串 |
---|---|
PHP 版本 | 4.3.0+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]