Home > Backend Development > PHP Tutorial > shuffle array value sort function_PHP tutorial

shuffle array value sort function_PHP tutorial

WBOY
Release: 2016-07-20 11:02:25
Original
870 people have browsed it

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...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template