mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
文件末尾添加换行符
This commit is contained in:
@@ -98,4 +98,4 @@ class Apc {
|
||||
public function clear() {
|
||||
return apc_clear_cache();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -143,4 +143,4 @@ class Db {
|
||||
return $this->handler->execute('TRUNCATE TABLE `'.$this->options['table'].'`');
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -98,4 +98,4 @@ class Eaccelerator {
|
||||
public function clear() {
|
||||
return ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -181,4 +181,4 @@ class File {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,4 +110,4 @@ class Memcache {
|
||||
public function clear() {
|
||||
return $this->handler->flush();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -719,4 +719,4 @@ class SecacheClient{
|
||||
trigger_error($errstr,$errno);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,4 +96,4 @@ class Simple {
|
||||
$filename = $this->filename('*');
|
||||
array_map("unlink", glob($filename));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -116,4 +116,4 @@ class Sqlite {
|
||||
sqlite_query($this->handler, $sql);
|
||||
return ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,4 +100,4 @@ class Wincache {
|
||||
public function clear() {
|
||||
return ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,4 +103,4 @@ class Xcache {
|
||||
public function clear() {
|
||||
return ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user