Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Iter/first_key.php
Назад
<?php declare(strict_types=1); namespace Psl\Iter; /** * Returns the first key of an iterable, if the iterable is empty, null will be returned. * * @template Tk * @template Tv * * @param iterable<Tk, Tv> $iterable * * @return Tk|null */ function first_key(iterable $iterable) { foreach ($iterable as $k => $_) { return $k; } return null; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка