示例#1
0
 /**
  * Check whether file is empty or has timed out
  * 
  * @return boolean
  */
 public function isEmpty()
 {
     return parent::isEmpty() || $this->isTimedOut();
 }