Zephir\FileSystem\Apc::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 apc_fetch($this->basePrefix . $path . '-mtime');
    }