Skip to content
Snippets Groups Projects
Commit 4d0b5284 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

add missing method, fixes #607

parent c7ccce8f
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,10 @@ class ArrayFileStream
}
}
public function stream_set_option(int $option, int $arg1, int $arg2)
{
}
public function stream_stat() {
return array('size' => is_array($this->open_file)
? sizeof($this->open_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment