Zephir\FileSystem\HardDisk::modificationTime PHP Method

modificationTime() public method

Returns the modification time of a temporary entry
public modificationTime ( string $path ) : boolean
$path string
return boolean
    public function modificationTime($path)
    {
        return filemtime($this->basePath . $path);
    }