<?php $str = 'abcdef'; $shuffled = str_shuffle($str); // This will echo something like: bfdaececho $shuffled; ?> Table of contents.
確定! 回上一頁