shuffle array value sort function
*/
$typename=20;
$rtitle='tt';
for( $i=0;$i<=20;$i++)
{
$rtitle_rand = array($typename,$rtitle,$typename);
shuffle($rtitle_rand);//Randomly sort the array
echo $rtitle_rand['0'].'
';
}
http://www.bkjia.com/PHPjc/445359.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/445359.htmlTechArticleshuffle array value sort function*/ $typename=20; $rtitle=tt; for( $i=0 ;$i=20;$i++) { $rtitle_rand = array($typename,$rtitle,$typename); shuffle($rtitle_rand);//The array is randomly arranged...