Bahasa Inggeris [ˈʃʌfl] AS [ˈʃʌfəl]
vt.Shuffle shuffle; tunggal: shuffles Plural: shuffles Present participle: shuffling Past tense: shuffled Past participle: shuffled
php str_shuffle() fungsi sintaks
Bagaimana untuk menggunakan fungsi str_shuffle()? Fungsi
php str_shuffle() digunakan untuk mengocok semua aksara secara rawak dalam rentetan Sintaks ialah str_shuffle(rentetan) dan mengembalikan rentetan yang dikocok.
Fungsi: Kocok secara rawak semua aksara dalam rentetan
Sintaks: str_shuffle(rentetan)
Parameter:
rentetan |
Arahan: 🎜Kembalikan tali yang dikocak🎜
php str_shuffle() fungsi contoh
<?php $i = "hello world"; $j = str_shuffle($i); echo $j; ?>e
run Instance »
Klik butang" Run Instance "untuk melihat Instance Online Output:
lhl drelowe
<?php
$i = "php.cn is a good place for study php";
$j = str_shuffle($i);
echo $j;
?>
e
ohd p odu cei ssr cgafypo tapphp .nl