Valore rotondo in php

Esempi di codice

3
0

php arrotondare

//round up to nearest integer
echo(ceil(0.60) . "<br>");
//result 1
2
0

arrotondare costruito in funzione php

echo ceil(0.5); //Prints 1
0
0

2 decimale rotondo usando php

// using round() function we can roundoff float values in php
$value = 58.24365;
round($value, 2);
//result 58.24

In altre lingue

Questa pagina è in altre lingue

Русский
..................................................................................................................
English
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................