예제 #1
0
 /**
  * 移除全部cookie值
  * 
  * @return boolean
  */
 public function deleteAll()
 {
     return WindCookie::deleteAll();
 }