mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
57b33ec289
commit
175740b03a
1 changed files with 10 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue