标签:example pre als get 作用 字符 说明 fir shuffle
str_shuffle()函数怎么用?
php str_shuffle()函数用于随机的打乱字符串中所有字符,语法是str_shuffle(string),返回已打乱的字符串。
作用:随机的打乱字符串中所有字符大理石平台价格
语法:str_shuffle(string)
参数:
参数 | 描述 |
string | 必须,规定要打乱的字符串 |
说明:返回已打乱的字符串
<?php $i = "hello world"; $j = str_shuffle($i); echo $j; ?>
标签:example pre als get 作用 字符 说明 fir shuffle
原文地址:https://www.cnblogs.com/furuihua/p/11881226.html