Filesystem (Contracts)
Filesystem
interface Filesystem (View source)
Constants
VISIBILITY_PUBLIC | The public visibility setting. |
VISIBILITY_PRIVATE | The private visibility setting. |
Methods
bool | exists( string $path) Determine if a file exists. | |
string | get( string $path) Get the contents of a file. |