GroupSearch Event
Fired for each line of group search data (during group searches).
Object Oriented Interface
public function fireGroupSearch($param);
Procedural Interface
ipworks_nntp_register_callback($res, 6, array($this, 'fireGroupSearch'));
Parameter List
'articlenumber'
'header'
Remarks
ArticleNumber contains the number of the article within the group.
Header contains the matching header.