/**
 * Get the file's last access time.
 *
 * @return int Returns the time the file was last assecc.
 */
public function lastAccess(): int

Examples

$result = $filesystem->file('/foo/1.txt')->lastAccess();

Getting Started

Methods

Filesystem
File
Directory