function INT() in php???
Posted: Wed Jul 23, 2008 2:59 pm
hi,
i am new in php, i have to finish a code and I have to use the int function (from excel)
The INT function returns the integer component of a number by removing (truncating) any decimal part of number
e.g. int (1,89)-----> 1
thanks for your help...
i am new in php, i have to finish a code and I have to use the int function (from excel)
The INT function returns the integer component of a number by removing (truncating) any decimal part of number
e.g. int (1,89)-----> 1
thanks for your help...