array - If the newsgroup exists, an array is returned:
Table 38-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 |
Table 38-2. Possible PEAR_Error values
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 |
Example 38-1. Using selectGroup()
|