PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
Táto funkcia zamieša (náhodne zmení poradie prvkov) pole. Pred použitím tejto funkcie musíte zavolať srand() na inicializáciu náhodného generátora.
Poznámka: As of PHP 4.2.0, there is no need to seed the random number generator with srand() or mt_srand() as this is now done automatically.
Tiež pozri arsort(), asort(), ksort(), rsort(), sort() a usort().
Predchádzajúci | Domov | Nasledujúci |
rsort | Hore | sizeof |