Cloud
interface Cloud implements Filesystem (View source)
Methods
bool exists(string $path) Determine if a file exists. from Filesystem string get(string $path) Get the contents of a file. from Filesystem bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. from Filesystem string getVisibility(string $path) Get the visibility for the given path. from Filesystem void setVisibility(string $path, string $visibility) Set th