19 declare(strict_types=1);
    40     public function __construct(
private array $metadata = [], 
private int $size = self::UNKNOWN_STREAM_SIZE)
    54         return $this->metadata;
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
__construct(private array $metadata=[], private int $size=self::UNKNOWN_STREAM_SIZE)
StreamOptions constructor. 
 
const UNKNOWN_STREAM_SIZE
 
The streaming options are used by the stream implementation.