ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
FileStreamWriteAccess.php
Go to the documentation of this file.
1 <?php
2 
4 
10 
25 {
26 
43  public function writeStream($path, FileStream $stream);
44 
45 
62  public function putStream($path, FileStream $stream);
63 
64 
81  public function updateStream($path, FileStream $stream);
82 }
$stream
PHP stream implementation.
updateStream($path, FileStream $stream)
Updates an existing file.
putStream($path, FileStream $stream)
Creates a new file or updates an existing one.
writeStream($path, FileStream $stream)
Writes the stream to a new file.
Interface FileStream.
Definition: FileStream.php:20