<?php function test(string $a): string { return round($a, 2); } var_dump(test(2.3445545));
You have javascript disabled. You will not be able to edit any code.