tylko dwie cyfry po kropce przecinku

<?php
$test = sprintf('%.2f',100/30);
var_dump($test);

//"3.33"
Komentarze wyłączone