Returns the specified integer number without rounding.
$int(N)
$int($pi) - will return 3 $int(9312412.3213) - will return 9312412
$round, $ceil and $floor.