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...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn