reference/math/functions/getrandmax.xml
2166824858a40ea664c558f2930b63b8f4fd89c6
...
...
@@ -1,56 +0,0 @@
1
-
<?xml version="1.0" encoding="utf-8"?>
2
-
<!-- $Revision$ -->
3
-
<refentry xml:id="function.getrandmax" xmlns="http://docbook.org/ns/docbook">
4
-
<refnamediv>
5
-
<refname>getrandmax</refname>
6
-
<refpurpose>Show largest possible random value</refpurpose>
7
-
</refnamediv>
8
-
<refsect1 role="description">
9
-
&reftitle.description;
10
-
<methodsynopsis>
11
-
<type>int</type><methodname>getrandmax</methodname>
12
-
<void/>
13
-
</methodsynopsis>
14
-
<simpara>
15
-
Returns the maximum value that can be returned by a call to
16
-
<function>rand</function>.
17
-
</simpara>
18
-
</refsect1>
19
-
<refsect1 role="returnvalues">
20
-
&reftitle.returnvalues;
21
-
<para>
22
-
The largest possible random value returned by <function>rand</function>
23
-
</para>
24
-
</refsect1>
25
-
<refsect1 role="seealso">
26
-
&reftitle.seealso;
27
-
<para>
28
-
<simplelist>
29
-
<member><function>rand</function></member>
30
-
<member><function>srand</function></member>
31
-
<member><function>mt_getrandmax</function></member>
32
-
</simplelist>
33
-
</para>
34
-
</refsect1>
35
-
</refentry>
36
-

37
-
<!-- Keep this comment at the end of the file
38
-
Local variables:
39
-
mode: sgml
40
-
sgml-omittag:t
41
-
sgml-shorttag:t
42
-
sgml-minimize-attributes:nil
43
-
sgml-always-quote-attributes:t
44
-
sgml-indent-step:1
45
-
sgml-indent-data:t
46
-
indent-tabs-mode:nil
47
-
sgml-parent-document:nil
48
-
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
49
-
sgml-exposed-tags:nil
50
-
sgml-local-catalogs:nil
51
-
sgml-local-ecat-files:nil
52
-
End:
53
-
vim600: syn=xml fen fdm=syntax fdl=2 si
54
-
vim: et tw=78 syn=sgml
55
-
vi: ts=1 sw=1
56
-
-->
57
0