From 203b09f70e7189dbf5388e6d1cb3890fe21b7a57 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 25 Apr 2005 16:10:51 +0000 Subject: [PATCH] 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 --- reference/var/functions/doubleval.xml | 42 ++++++++++++++++++++------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/reference/var/functions/doubleval.xml b/reference/var/functions/doubleval.xml index 467055ed2a..956c97067b 100644 --- a/reference/var/functions/doubleval.xml +++ b/reference/var/functions/doubleval.xml @@ -1,23 +1,43 @@ - + doubleval - Alias of floatval + &Alias; floatval + &reftitle.description; + + &info.function.alias; + floatval. + + + + + &reftitle.changelog; - This function is an alias of floatval. + + + + + &Version; + &Description; + + + + + 4.2.0 + + doubleval became an alias of + floatval. Before this time, only + doubleval existed. + + + + + - - - This alias is a left-over from a function-renaming. In older versions of - PHP you'll need to use this alias of the floatval - function, because floatval wasn't yet available in - that version. - -