PHP str_shuffle() 函數(shù)
PHP str_shuffle() 函數(shù)
定義和用法
str_shuffle() 函數(shù)隨機(jī)地打亂字符串中的所有字符。
語(yǔ)法
str_shuffle(string)
參數(shù) | 描述 |
---|---|
string | 必需。規(guī)定要打亂的字符串。 |
技術(shù)細(xì)節(jié)
返回值: | 返回已打亂的字符串。 |
---|---|
PHP 版本: | 4.3.0+ |

相關(guān)文章
- PHP 變量
- PHP 數(shù)據(jù)類(lèi)型
- PHP If Else 語(yǔ)句
- PHP 面向?qū)ο?/a>
- PHP $_GET 變量
- PHP 高級(jí)過(guò)濾器
- PHP array_count_values() 函數(shù)
- PHP array_diff_uassoc() 函數(shù)
- PHP array_intersect_key() 函數(shù)
- PHP array_merge() 函數(shù)
- PHP array_pop() 函數(shù)
- PHP array_reverse() 函數(shù)
- PHP array_splice() 函數(shù)
- PHP krsort() 函數(shù)
- PHP prev() 函數(shù)
- PHP sort() 函數(shù)
- PHP 5 Filesystem 函數(shù)
- PHP Libxml 函數(shù)
- PHP 雜項(xiàng) 函數(shù)
- PHP 5 MySQLi 函數(shù)