Maximum int value (bug #42154)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241302 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-16 10:09:50 +00:00
parent 57b33ec289
commit 175740b03a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.settype" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>settype</refname>
@ -108,6 +108,15 @@ settype($bar, "string"); // $bar is now "1" (string)
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
Maximum value for "int" is <constant>PHP_INT_MAX</constant>.
</para>
</note>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>