/php/function.getrandmax.html
https://bitbucket.org/stillzhl/manuals · HTML · 56 lines · 50 code · 6 blank · 0 comment · 0 complexity · 14584b8ee7d19dc9e72e31f0c5f6009a MD5 · raw file
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <title>显示随机数最大的可能值</title>
- </head>
- <body><div class="manualnavbar" style="text-align: center;">
- <div class="prev" style="text-align: left; float: left;"><a href="function.fmod.html">fmod</a></div>
- <div class="next" style="text-align: right; float: right;"><a href="function.hexdec.html">hexdec</a></div>
- <div class="up"><a href="ref.math.html">Math 函数</a></div>
- <div class="home"><a href="index.html">PHP Manual</a></div>
- </div><hr /><div id="function.getrandmax" class="refentry">
- <div class="refnamediv">
- <h1 class="refname">getrandmax</h1>
- <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">getrandmax</span> — <span class="dc-title">显示随机数最大的可能值</span></p>
- </div>
- <div class="refsect1 description" id="refsect1-function.getrandmax-description">
- <h3 class="title">说明</h3>
- <div class="methodsynopsis dc-description">
- <span class="type">int</span> <span class="methodname"><strong>getrandmax</strong></span>
- ( <span class="methodparam">void</span>
- )</div>
- <p class="simpara">
- 返回调用
- <span class="function"><a href="function.rand.html" class="function">rand()</a></span> 可能返回的最大值。
- </p>
- </div>
- <div class="refsect1 returnvalues" id="refsect1-function.getrandmax-returnvalues">
- <h3 class="title">返回值</h3>
- <p class="para">
- <span class="function"><a href="function.rand.html" class="function">rand()</a></span> 返回
- 随机数可能返回的最大值
- </p>
- </div>
- <div class="refsect1 seealso" id="refsect1-function.getrandmax-seealso">
- <h3 class="title">参见</h3>
- <p class="para">
- <ul class="simplelist">
- <li class="member"> <span class="function"><a href="function.rand.html" class="function" rel="rdfs-seeAlso">rand()</a> - 产生一个随机整数</span></li>
- <li class="member"> <span class="function"><a href="function.srand.html" class="function" rel="rdfs-seeAlso">srand()</a> - 播下随机数发生器种子</span></li>
- <li class="member"> <span class="function"><a href="function.mt-getrandmax.html" class="function" rel="rdfs-seeAlso">mt_getrandmax()</a> - 显示随机数的最大可能值</span></li>
- </ul>
- </p>
- </div>
- </div><hr /><div class="manualnavbar" style="text-align: center;">
- <div class="prev" style="text-align: left; float: left;"><a href="function.fmod.html">fmod</a></div>
- <div class="next" style="text-align: right; float: right;"><a href="function.hexdec.html">hexdec</a></div>
- <div class="up"><a href="ref.math.html">Math 函数</a></div>
- <div class="home"><a href="index.html">PHP Manual</a></div>
- </div></body></html>