Statement on glibc/iconv Vulnerability

Voting

: six minus three?
(Example: nine)

The Note You're Voting On

benrr101 at gmail dot com
15 years ago
But, if you want the number closest to zero, you could use this:
<?php
if($foo > 0) {
floor($foo);
} else {
ceil($foo);
}
?>

-benrr101

<< Back to user notes page

To Top