gc() public method

Garbage collection.
public gc ( )
示例#1
0
 /**
  */
 public function gc()
 {
     $this->_storage->gc();
 }