Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Range/between.php
Назад
<?php declare(strict_types=1); namespace Psl\Range; /** * @throws Exception\InvalidRangeException If the lower bound is greater than the upper bound. * * @psalm-mutation-free */ function between(int $lower_bound, int $upper_bound, bool $upper_inclusive = false): BetweenRange { return new BetweenRange($lower_bound, $upper_bound, $upper_inclusive); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка