Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Filesystem/get_filename.php
Назад
<?php declare(strict_types=1); namespace Psl\Filesystem; use function pathinfo; use const PATHINFO_FILENAME; /** * Get the last component of $node, excluding extension. * * @param non-empty-string $node * * @return non-empty-string * * @pure */ function get_filename(string $node): string { /** @var non-empty-string */ return pathinfo($node, PATHINFO_FILENAME); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка