|
|
|
สอบถามการปัดเศษทิ้งโดยไม่ปัดขึ้น ต้องทำไงครับ ช่วยที่ ของผมเป็น PHP 5 |
|
|
|
|
|
|
|
ลอง number_format ได้หรือเปล่าครับ
Code (PHP)
<?php
$number = 1234.56;
// english notation (default)
$english_format_number = number_format($number);
// 1,235
// French notation
$nombre_format_francais = number_format($number, 2, ',', ' ');
// 1 234,56
$number = 1234.5678;
// english notation without thousands separator
$english_format_number = number_format($number, 2, '.', '');
// 1234.57
?>
|
|
|
|
|
Date :
2014-03-27 09:54:38 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$cal = $table['sub_num'] * $table['g_results'];
$git = $git+$table['sub_num'];
$sum = $sum+$cal;
$result =number_format(($sum / $git),2);
ไม่ได้ครับ......
|
ประวัติการแก้ไข 2014-03-27 10:12:45
|
|
|
|
Date :
2014-03-27 10:12:03 |
By :
warat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|