PHP 8.3.31
Preview: Stream.php Size: 479 B
/home/getspomw/royalsquad.us/vendor/symfony/http-foundation/File/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;
    }
}

Directory Contents

Dirs: 1 × Files: 4

Name Size Perms Modified Actions
Exception DIR
- drwxrwxrwx 2026-04-21 14:09:17
Edit Download
2.59 KB lrw-r--r-- 2026-04-25 10:15:19
Edit Download
4.31 KB lrw-rw-rw- 2025-09-17 06:53:19
Edit Download
479 B lrw-rw-rw- 2025-09-17 06:53:19
Edit Download
10.36 KB lrw-rw-rw- 2025-09-17 06:53:19
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).