A better way to check for a certain number of decimal places is to use :
$num_dec_places = 2;
number_format($value,$num_dec_places);
![]() |
|
||||||||||
|
is_floatОписаниеbool is_float ( mixed var )Finds whether the given variable is a float.
is_float
phper
25-Jan-2006 12:08
A better way to check for a certain number of decimal places is to use :
kirti dot contact at gmail dot com
18-Oct-2005 11:18
To check a float only should contain certain number of decimal places, I have used this simple function below |