I want to round up the values in PHP
. please suggest me any function how to implement the values in round.
example how to convert it round as below:
803 --> 800
791.5 --> 790
811 --> 810
845.7 --> 850
850.6 --> 860
900.5 --> 900
1016.9 --> 1020