Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Filesystem/canonicalize.php
Назад
<?php declare(strict_types=1); namespace Psl\Filesystem; use function realpath; /** * Returns canonicalized absolute pathname. * The resulting path will have no symbolic links, '/./' or '/../' components. * * @return non-empty-string|null */ function canonicalize(string $path): ?string { return realpath($path) ?: null; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка