Statement on glibc/iconv Vulnerability

Voting

: zero plus seven?
(Example: nine)

The Note You're Voting On

seppili_ at gmx dot de
14 years ago
I use this function to floor with decimals:
<?php

function floordec($zahl,$decimals=2){
return
floor($zahl*pow(10,$decimals))/pow(10,$decimals);
}
?>

<< Back to user notes page

To Top