$randomIndex = mt_rand(0, $stringLength - 1); //Print out the random character. echo $string[$randomIndex];. In the PHP above: We created a string. In this case ...
確定! 回上一頁