Net_NNTP::getBodyRaw()

Net_NNTP::getBodyRaw()

Net_NNTP::getBodyRaw() -- fetch the body of an article

Description

Returns the whole body of an article in the current selected newsgroup from the webserver

Parameter

  • string $articleId - Message-ID or Message number

Return value

string - If message exists the body as string 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.