try using php's floor() or ceil() to round a number down/up or casting the float as an int using $int = (int) $float.
確定! 回上一頁