read()
read(string $key) : string|bool
Reads the content of the file.
This method reads the contents of a file identified by its key. If the file cannot be read, it returns false.
Parameters
string | $key | The key or path of the file to read. |
Returns
string|bool —The content of the file or false if it cannot be read.