Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
symfony
/
http-foundation
/
File
Location:
/home/zoteqbgb/public_html/vendor/symfony/http-foundation/File
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Stream.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\HttpFoundation\File; /** * A PHP stream of unknown size. * * @author Nicolas Grekas <p@tchwork.com> */ class Stream extends File { public function getSize(): int|false { return false; } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Exception
-
0755
2025-01-09 20:48
ðï¸
Rename
File.php
4,448 bytes
0644
2025-01-09 20:48
âï¸
ðï¸
Rename
Stream.php
479 bytes
0644
2025-01-09 20:48
âï¸
ðï¸
Rename
UploadedFile.php
9,930 bytes
0644
2025-01-09 20:48
âï¸
ðï¸
Rename
Chang
Apply