Files
crm.clientright.ru/bashtest.php

9 lines
142 B
PHP
Raw Normal View History

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