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...
function INT() in php???
Moderator: General Moderators
function INT() in php???
Last edited by lukilukg4 on Thu Jul 24, 2008 3:54 am, edited 1 time in total.
Re: function INT() in php???
There are 10 types of people in this world, those who understand binary and those who don't
Re: function INT() in php???
tnx mate....