a simple php function. please answer.?

what is the logical syntax of the function intval() in php ??.. for example. the logical syntax of the function floor() is intval($a); , and ceil() is intval(($a)+1); what about intval() ? please help.
 
Back
Top