PHP srand() 函数
PHP srand() 函数
定义和用法
srand() 函数播种随机数生成器(rand())。
提示:从 PHP 4.2.0 开始,随机数生成器自动播种,因此没有必要使用该函数。
语法
srand(seed);
参数 | 描述 |
---|---|
seed | 可选。规定播种值。 |
技术细节
返回值: | 无。 |
---|---|
返回类型: | - |
PHP 版本: | 4+ |
PHP 更新日志: | PHP 4.2.0:随机数生成器自动播种。 |
PHP Math 参考手册
相关文章
- PHP 教程
- PHP 变量
- PHP 超级全局变量
- PHP 命名空间 namespace
- PHP date() 函数
- PHP Secure E-mails
- PHP 高级过滤器
- PHP array_fill() 函数
- PHP array_merge() 函数
- PHP array_merge_recursive() 函数
- PHP array_product() 函数
- PHP array_sum() 函数
- PHP array_unshift() 函数
- PHP list() 函数
- PHP natsort() 函数
- PHP next() 函数
- PHP prev() 函数
- PHP sort() 函数
- PHP 5 Calendar 函数
- PHP 5 Math 函数