Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Env/set_current_dir.php
Назад
<?php declare(strict_types=1); namespace Psl\Env; use Psl; use function chdir; /** * Changes the current working directory to the specified path. * * @throws Psl\Exception\InvariantViolationException If the operation fails. */ function set_current_dir(string $directory): void { if (!@chdir($directory)) { Psl\invariant_violation('Unable to change directory'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка