Source of: /manual/en/function.doubleval.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.var.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.doubleval.php',
1 => 'doubleval',
),
'up' =>
array (
0 => 'ref.var.php',
1 => 'Variable handling Functions',
),
'prev' =>
array (
0 => 'function.debug-zval-dump.php',
1 => 'debug_zval_dump',
),
'next' =>
array (
0 => 'function.empty.php',
1 => 'empty',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.doubleval" class="refentry">
<div class="refnamediv">
<h1 class="refname">doubleval</h1>
<p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">doubleval</span> — <span class="dc-title">Alias of <a href="function.floatval.php" class="function">floatval()</a></span></p>
</div>
<a name="function.doubleval.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<p class="simpara">
This function is an alias of:
<a href="function.floatval.php" class="function">floatval()</a>.
</p>
</div>
<a name="function.doubleval.changelog"></a><div class="refsect1 changelog">
<h3 class="title">Changelog</h3>
<p class="para">
</p><table class="doctable informaltable">
<thead valign="middle">
<tr valign="middle">
<th>Version</th>
<th>Description</th>
</tr>
</thead>
<tbody valign="middle" class="tbody">
<tr valign="middle">
<td align="left">4.2.0</td>
<td align="left">
<b>doubleval()</b> became an alias of
<a href="function.floatval.php" class="function">floatval()</a>. Before this time, only
<b>doubleval()</b> existed.
</td>
</tr>
</tbody>
</table>
<p>
</p>
</div>
</div><?php manual_footer(); ?>