From 341b61b86036192358766dd47b280a841dc3ce9f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 11 Nov 2002 07:29:48 +0000 Subject: [PATCH] Documenting new optional base parameter; patch submitted by Pollita. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103305 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/log.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/log.xml b/reference/math/functions/log.xml index 942d0c308f..54c835174c 100644 --- a/reference/math/functions/log.xml +++ b/reference/math/functions/log.xml @@ -1,5 +1,5 @@ - + @@ -11,10 +11,20 @@ floatlog floatarg + floatbase - Returns the natural logarithm of arg. + If the optional base parameter is specified, + log returns logbase + arg, otherwise log + returns the natural logarithm of arg. + + + The base parameter became available + with PHP verion 4.3.0 + +