Zephir\FileSystem\HardDisk::modificationTime PHP Метод

modificationTime() публичный Метод

Returns the modification time of a temporary entry
public modificationTime ( string $path ) : boolean
$path string
Результат boolean
    public function modificationTime($path)
    {
        return filemtime($this->basePath . $path);
    }