Files
crm.clientright.ru/bashtest.php

9 lines
142 B
PHP
Executable File

<?php
if (function_exists('bcsub')) {
echo "bcmath доступен.";
} else {
echo "bcmath не доступен.";
}
phpinfo();
?>