示例#1
0
 public function detach()
 {
     $this->detached = true;
     $this->fields = $this->files = [];
     if ($this->body) {
         $this->body->close();
         $this->body = null;
     }
 }