mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
DocBug# 23243 - Include crossref to BCMath on lang.types.int
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2482c8c5b
commit
8185ec87a1
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.110 $ -->
|
||||
<!-- $Revision: 1.111 $ -->
|
||||
<chapter id="language.types">
|
||||
<title>Types</title>
|
||||
|
||||
|
@ -315,8 +315,9 @@ echo gettype((bool) array()); // bool(false)
|
|||
|
||||
<para>
|
||||
See also:
|
||||
<link linkend="ref.gmp">Arbitrary length integers</link> and
|
||||
<link linkend="language.types.float">Floating point numbers</link>
|
||||
<link linkend="ref.gmp">Arbitrary length integer / GMP</link>,
|
||||
<link linkend="language.types.float">Floating point numbers</link>, and
|
||||
<link linkend="ref.bc">Arbitrary precision / BCMath</link>
|
||||
</para>
|
||||
|
||||
<sect2 id="language.types.integer.syntax">
|
||||
|
|
Loading…
Reference in a new issue