Help for this page

Select Code to Download


  1. or download this
        return sprintf("%.2f", $outval/100);
    
  2. or download this
        return $outval;
    
  3. or download this
        print "\$total: $total\n";
    
  4. or download this
        printf("%s: %.2f\n", '$total', $total/100);