$_stream
$_stream : boolean
Return get data as stream objects?
Vfs HashTable implementation that uses Horde configuration for the VFS, allows filenames to be directly used in set(), and enables stream data to be returned from get().
This is a common use-case for Horde applications (i.e. it allows direct manipulation of filedata uploaded from the browser without needing to read the file into memory), and allows us to take advantage of these VFS features in combination with the cleanup and simplicity features of HashTable.