Файловый менеджер - Редактировать - /home/easybachat/resumewing.com/vendor/laravel/pail/src/Files.php
Ðазад
<?php namespace Laravel\Pail; use Illuminate\Support\Collection; class Files { /** * Creates a new instance of the files. */ public function __construct( protected string $path, ) { // } /** * Returns the list of files. * * @return \Illuminate\Support\Collection<int, File> */ public function all(): Collection { $files = glob($this->path.'/*.pail') ?: []; return collect($files) ->map(fn (string $file) => new File($file)); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.31 |
proxy
|
phpinfo
|
ÐаÑтройка