mirror of
https://github.com/php/doc-es.git
synced 2026-04-30 02:23:10 +02:00
70 lines
1.9 KiB
XML
70 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: c174b16add554508aafdd40c5d3f2997099882b6 Maintainer: PhilDaiguille Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<refentry xml:id="function.mt-getrandmax" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>mt_getrandmax</refname>
|
|
<refpurpose>El valor aleatorio más grande posible</refpurpose>
|
|
</refnamediv>
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>int</type><methodname>mt_getrandmax</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<simpara>
|
|
Devuelve el valor aleatorio más grande posible que puede
|
|
devolver la función <function>mt_rand</function> sin argumento, lo que
|
|
corresponde al valor máximo que puede ser utilizado para su parámetro
|
|
<parameter>max</parameter> sin que el resultado sea ampliado (y por lo tanto menos
|
|
aleatorio).
|
|
</simpara>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
&no.function.parameters;
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
Devuelve el valor aleatorio más grande posible devuelto por
|
|
la función <function>mt_rand</function>
|
|
</para>
|
|
</refsect1>
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><function>mt_rand</function></member>
|
|
<member><function>mt_srand</function></member>
|
|
<member><function>getrandmax</function></member>
|
|
</simplelist>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|