Zephir\FileSystem\HardDisk::file PHP Method

file() public method

Returns a temporary entry as an array
public file ( string $path ) : array
$path string
return array
    public function file($path)
    {
        return file($this->basePath . $path);
    }