Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Env/current_dir.php
Назад
<?php declare(strict_types=1); namespace Psl\Env; use Psl; use function getcwd; /** * Returns the current working directory. * * @throws Psl\Exception\InvariantViolationException If unable to retrieve the current working directory. * * @return non-empty-string */ function current_dir(): string { $directory = getcwd(); Psl\invariant(false !== $directory, 'Unable to retrieve current working directory.'); /** @var non-empty-string */ return $directory; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка