/**
 * Get contents of a file with shared access.
 * 
 * @return string|false The file contents or false on failure.
 */
public function sharedGet()

Examples

$sharedContent = $filesystem->file('/foo/2.txt')->sharedGet();

Getting Started

Methods

Filesystem
File
Directory