log10 - chung-leong/qb GitHub Wiki

log10 - Base-10 logarithm

float log10( float $x )

log10() computes the base-10 logarithm of x.

Parameters:

x - The number to process. It can be a scalar or an array.

Return Value:

The logarithm of x to base 10. If x is an array, the return value will also be an array.

Version

1.0 and above.