Shuffle an array in PHP

前端 未结 6 1718
悲&欢浪女
悲&欢浪女 2020-12-02 00:39

I have the following code:

image . \";
echo($url);
endforeach;
?>
6条回答
  •  心在旅途
    2020-12-02 01:18

    image . ";
    }
    ?>
    

    Check this blog for explanation with example.

    http://wamp6.com/php/str_shuffle-php/ Check for array shuffle

提交回复
热议问题