Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/tests/../vendor/./dragonmantank/.././yajra/../authorizenet/../hamcrest/../league/../symfony/http-client/../http-foundation/File
الملفات الموجودة في هذا الـ Path:
.
..
Exception
File.php
Stream.php
UploadedFile.php

مشاهدة ملف: 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;
    }
}