Net_NNTP::selectGroup()

Net_NNTP::selectGroup()

Net_NNTP::selectGroup() -- select a newsgroup

Description

Selects a specific newsgroup on the news server

Parameter

  • string $newsgroup - Name of the newsgroup to access

Return value

array - If the newsgroup exists an array containing the message number of the first (array key: ['first']) and the last message id (array key: ['last']) or a PEAR_Error, if fail.

Note

This function can not be called statically.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.