mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix gettype documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@58025 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
edb5f5f8a3
commit
cef962628a
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<!-- $Revision: 1.71 $ -->
|
||||
<reference id="ref.var">
|
||||
<title>Variable Functions</title>
|
||||
<titleabbrev>Variables</titleabbrev>
|
||||
|
@ -156,7 +156,9 @@ print $float_value_of_var; // prints 122.34343
|
|||
<simpara>"<type>integer</type>"</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>"<type>float</type>"</simpara>
|
||||
<simpara>"<type>double</type>" (for historical reasons "double" is
|
||||
returned in case of a <type>float</type>, and not simply
|
||||
"float")</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>"<type>string</type>"</simpara>
|
||||
|
|
Loading…
Reference in a new issue