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