Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Runtime/get_extensions.php
Назад
<?php declare(strict_types=1); namespace Psl\Runtime; /** * Returns an list with the names of all extensions compiled and loaded. * * @return non-empty-list<non-empty-string> * * @psalm-mutation-free */ function get_extensions(): array { // we know that this cannot be empty, since some extensions cannot be disabled ( e.g: Core ) /** * @psalm-suppress ImpureFunctionCall - no mutation is caused by this function. * * @var non-empty-list<non-empty-string> */ return get_loaded_extensions(); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка