Seeds the random number generator with seed. Since PHP 4.2.0, the seed becomes optional and defaults to a random value if omitted.
<?php |
注: 由PHP 4.2.0 始,您不需要再使用 srand() 或 mt_srand() 為亂數產生器提供種子,因為這已自動的提供了。
See also mt_rand(), mt_getrandmax() and srand().