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 + +