<?php $values = array(-33.8670522, 151.1977362, 12.9582505); foreach ($values as $value) { echo intval($value * 100) / 100 . PHP_EOL; }
You have javascript disabled. You will not be able to edit any code.