Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Interface/defined.php
Назад
<?php declare(strict_types=1); namespace Psl\Interface; use function interface_exists; /** * Checks if the interface with the given name has already been defined. * * @param string $interface_name * * @pure */ function defined(string $interface_name): bool { /** @var bool */ return interface_exists($interface_name, false); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка