Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Env/args.php
Назад
<?php declare(strict_types=1); namespace Psl\Env; /** * Returns the arguments which this program was started with (normally passed via the command line). * * @return list<string> */ function args(): array { /** @var list<string>|null $args */ $args = $GLOBALS['argv'] ?? null; // @codeCoverageIgnoreStart if (null === $args) { return []; } // @codeCoverageIgnoreEnd return $args; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка