Net_NNTP_Client::getArticleRaw()

Net_NNTP_Client::getArticleRaw()

Net_NNTP_Client::getArticleRaw() -- Fetch an article from the NNTP-server

Description

Returns the whole article from the currently selected newsgroup

Parameter

  • string $article - article number or Message-ID of the article to fetch

    boolean $implode - Determines if the resulting array is to be imploded into a string.

Return value

array/string - If message exists the message or a PEAR_Error, if fail.

Note

since 0.3

This function can not be called statically.

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