Page 1 of 1

function INT() in php???

Posted: Wed Jul 23, 2008 2:59 pm
by lukilukg4
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...

Re: function INT() in php???

Posted: Wed Jul 23, 2008 3:07 pm
by VladSun

Re: function INT() in php???

Posted: Thu Jul 24, 2008 3:53 am
by lukilukg4
tnx mate....