Home  >  Article  >  Backend Development  >  shuffle array value sort function_PHP tutorial

shuffle array value sort function_PHP tutorial

WBOY
WBOYOriginal
2016-07-20 11:02:25792browse

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'].'
';
}

www.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