Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Iter/is_empty.php
Назад
<?php declare(strict_types=1); namespace Psl\Iter; /** * Returns true if the given iterable is empty. * * @template T * * @param iterable<T> $iterable * * @psalm-assert-if-true empty $iterable */ function is_empty(iterable $iterable): bool { return 0 === namespace\count($iterable); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка