ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ZIPStream.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Filesystem\Stream
;
22
23
use
ILIAS\Filesystem\Util\PHPStreamFunctions
;
24
28
class
ZIPStream
extends
Stream
29
{
30
public
function
seek
($offset, $whence = SEEK_SET): void
31
{
32
// zip streams are not seekable
33
}
34
}
ILIAS\Filesystem\Stream\Stream
Definition:
Stream.php:29
ILIAS\Filesystem\Stream
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
FileStream.php:19
ILIAS\Filesystem\Stream\ZIPStream\seek
seek($offset, $whence=SEEK_SET)
Definition:
ZIPStream.php:30
ILIAS\Filesystem\Stream\ZIPStream
Definition:
ZIPStream.php:28
PHPStreamFunctions
components
ILIAS
Filesystem
src
Stream
ZIPStream.php
Generated on Wed Sep 10 2025 15:15:38 for ILIAS by
1.8.13 (using
Doxyfile
)