Net_NNTP_Client::getBodyRaw()

Net_NNTP_Client::getBodyRaw()

Net_NNTP_Client::getBodyRaw() -- Fetch the body of an article from the NNTP-server

Description

Returns the whole body of an 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

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

Note

since 0.3

This function can not be called statically.

Note: getBody() makes no converting of the body content to any character set. You get the content 'as is'.

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