ResetHeaders Method
Resets all of the article headers.
Object Oriented Interface
public function doResetHeaders();
Procedural Interface
ipworks_nntp_do_resetheaders($res);
Remarks
This method resets all the article headers to "" (empty string). Use this method before posting a new article, so that headers from the previous article are not carried over to the next one.