Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/Filesystem/create_directory_for_file.php
Назад
<?php declare(strict_types=1); namespace Psl\Filesystem; /** * Create the directory where the $filename is or will be stored. * * @param non-empty-string $filename * * @throws Exception\RuntimeException If unable to create the directory. * * @return non-empty-string */ function create_directory_for_file(string $filename, int $permissions = 0777): string { $directory = namespace\get_directory($filename); namespace\create_directory($directory, $permissions); return $directory; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка