CurrentGroup Property

The name of the current group.

Object Oriented Interface

public function getCurrentGroup();
public function setCurrentGroup($value);

Procedural Interface

ipworks_nntp_get($res, 25 );
ipworks_nntp_set($res, 25, $value );

Default Value

''

Remarks

This property contains the name of the current group. When this property is set to a valid group name, the class sends an NNTP GROUP command to the NewsServer and enters the specified group. If the command is successful, FirstArticle, LastArticle, and ArticleCount are set to the reported values for the group. This property is then used for all references to articles (until changed to another group).

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 PHP Edition - Version 20.0 [Build 8307]