Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Math/ceil.php
Назад
<?php declare(strict_types=1); namespace Psl\Math; use function ceil as php_ceil; /** * Return the smallest integer value greater than or equal to the given number. * * @pure */ function ceil(float $number): float { return php_ceil($number); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка