File "math.php"

Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/php/tests/parseFile/math.php
File size: 85 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php
$nb = bcsub(1.234, 5, 4);
if (preg_match('/^-/', $nb)) {
    echo 'minus';
}
?>

PHP File Manager