PHP srand() 函數(shù)
PHP srand() 函數(shù)
定義和用法
srand() 函數(shù)播種隨機數(shù)生成器(rand())。
提示:從 PHP 4.2.0 開始,隨機數(shù)生成器自動播種,因此沒有必要使用該函數(shù)。
語法
srand(seed);
參數(shù) | 描述 |
---|---|
seed | 可選。規(guī)定播種值。 |
技術(shù)細(xì)節(jié)
返回值: | 無。 |
---|---|
返回類型: | - |
PHP 版本: | 4+ |
PHP 更新日志: | PHP 4.2.0:隨機數(shù)生成器自動播種。 |

相關(guān)文章
- PHP 教程
- PHP 變量
- PHP 超級全局變量
- PHP 命名空間 namespace
- PHP date() 函數(shù)
- PHP Secure E-mails
- PHP 高級過濾器
- PHP array_fill() 函數(shù)
- PHP array_merge() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_product() 函數(shù)
- PHP array_sum() 函數(shù)
- PHP array_unshift() 函數(shù)
- PHP list() 函數(shù)
- PHP natsort() 函數(shù)
- PHP next() 函數(shù)
- PHP prev() 函數(shù)
- PHP sort() 函數(shù)
- PHP 5 Calendar 函數(shù)
- PHP 5 Math 函數(shù)