CurrentArticle Property
The number or message identifier of the current article.
Object Oriented Interface
public function getCurrentArticle(); public function setCurrentArticle($value);
Procedural Interface
ipworks_nntp_get($res, 24 ); ipworks_nntp_set($res, 24, $value );
Default Value
''
Remarks
This property specifies either a message identifier or an article number uniquely identifying a particular article. It is then used as an argument to methods such as FetchArticle.
Data Type
String