Net_NNTP_Client::selectGroup()
Возвращаемое значение
array - If the newsgroup exists, an array is returned:
Таблица 50-1.
Key | Value |
---|---|
'count' | Number of articles in the group |
'first' | The first article number in the group |
'last' | The last article number in the group |
'group' | Groupname |
Throws
Таблица 50-2. Возможные значения PEAR_Error
Error code | Error message | Reason | Solution |
---|---|---|---|
NULL | Different error messages | The messages are directly passed from the news server, in the most cases caused by calling a non existing article |
Пример
Пример 50-1. Using selectGroup()
|
Пред. | Начало | След. |
Net_NNTP_Client::quit() | Уровень выше | Net_Ping |