Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Fun/identity.php
Назад
<?php declare(strict_types=1); namespace Psl\Fun; use Closure; /** * Create a closure that returns the value passed to it as an argument. * * @template T * * @return (Closure(T): T) * * @pure */ function identity(): Closure { return static fn ($result) => $result; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка