PHP abs()

130

php absint -

function absint( $maybeint ) {
    return abs( (int) $maybeint );
}

Comments

Submit
0 Comments