PHP 8.3.31
Preview: Stream.php Size: 479 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/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: 3

Name Size Perms Modified Actions
Exception DIR
- drwxr-xr-x 2025-11-18 19:24:10
Edit Download
4.31 KB lrw-r--r-- 2025-10-28 20:23:36
Edit Download
479 B lrw-r--r-- 2025-10-28 20:23:36
Edit Download
10.36 KB lrw-r--r-- 2025-10-28 20:23:36
Edit Download

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