Implement new alias doc style and changelog refsect as this has been an

alias since PHP 4.2.0


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185097 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2005-04-25 16:10:51 +00:00
parent 9eece877f7
commit 203b09f70e

View file

@ -1,23 +1,43 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.doubleval">
<refnamediv>
<refname>doubleval</refname>
<refpurpose>Alias of <function>floatval</function></refpurpose>
<refpurpose>&Alias; <function>floatval</function></refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<simpara>
&info.function.alias;
<function>floatval</function>.
</simpara>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
This function is an alias of <function>floatval</function>.
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>4.2.0</entry>
<entry>
<function>doubleval</function> became an alias of
<function>floatval</function>. Before this time, only
<function>doubleval</function> existed.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
<note>
<para>
This alias is a left-over from a function-renaming. In older versions of
PHP you'll need to use this alias of the <function>floatval</function>
function, because <function>floatval</function> wasn't yet available in
that version.
</para>
</note>
</refsect1>
</refentry>