mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Please validate your changes before commits.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dff9971ff5
commit
c38bd8cecc
2 changed files with 6 additions and 7 deletions
|
@ -336,7 +336,8 @@ $conn = null;
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>com_addref</function></funcdef>
|
||||
<funcdef>void <function>com_addref</function></funcdef>
|
||||
<paramdef>void <parameter></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
@ -356,7 +357,8 @@ $conn = null;
|
|||
<title>Description</title>
|
||||
<funcsynopsis>
|
||||
<funcprototype>
|
||||
<funcdef>void <function>com_release</function></funcdef>
|
||||
<funcdef>void <function>com_release</function></funcdef>
|
||||
<paramdef>void <parameter></parameter></paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -277,16 +277,13 @@ echo (int) ( (0.1+0.7) * 10 ); // echo's 7!
|
|||
conversion</link>
|
||||
</simpara>
|
||||
|
||||
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<para>
|
||||
See also:
|
||||
<link linkend="ref.gmp">Arbitrary precision integeres</link> and
|
||||
<link linkend="language.types.double">Floating point numbers</link>
|
||||
</para>
|
||||
|
||||
</sect3>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="language.types.double">
|
||||
|
|
Loading…
Reference in a new issue