본문 바로가기

프로그래밍/php

php 올림, 내림, 반올림

올림
            ceil()

내림
floor()

반올림
round()