Javascript validator
Web page editor
array - If the newsgroup exists, an array is returned:
Table 54-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 54-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 54-1. Using selectGroup()
|
Javascript validator
Web page editor