first commit
This commit is contained in:
8
pgserver/int.php
Normal file
8
pgserver/int.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$a = 36.00;
|
||||
$b = 99;
|
||||
$c = round($a*$b, 2);
|
||||
$d = strval($c);
|
||||
var_dump($d);
|
||||
?>
|
||||
Reference in New Issue
Block a user