Net_NNTP_Client::getGroups()

Net_NNTP_Client::getGroups() -- Fetch list of avaible newsgroups

Synopsis

require_once 'Net/NNTP/Client.php';

array Net_NNTP_Client::getGroups ()

Description

Returns a list of all avaible newsgroups

Valeur retournée

array - a two dimensional, nested array indicated by the name of the newsgroup, every entry contains information about the newsgroup:

Note

Cette fonction ne peut pas être appelée de façon statique.

Avertissement

Especially public news server can provide more then 30.000 newsgroup. So this function may runs longer then the maximum execution time set in the php.ini.

Voir aussi

Net_NNTP_Client::selectGroup()

Exemple