예제 #1
0
파일: file.php 프로젝트: noci2012/owncloud
 /**
  * Creates a ETag for this path.
  * @param string $path Path of the file
  * @return string|null Returns null if the ETag can not effectively be determined
  */
 protected static function createETag($path)
 {
     return OC_Filesystem::hash('md5', $path);
 }