Net_NNTP::getBody()

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

Synopsis

Описание

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

Внимание

Эта функция объявлена как deprecated. Это означает, что в будущих версиях пакета она может больше не поддерживаться.

Consider this method deprecated and subject to changes - use Net_NNTP::getBodyRaw() instead.

Параметр

Возвращаемое значение

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

Throws

Заметка

Эта функция не должна вызываться статически.

Замечание: getBody() makes no converting of the body content to any character set. You get the content 'as is'.

См. также

Net_NNTP::getHeaders() , Net_NNTP::splitHeaders() , Net_NNTP::getArticle() , Net_NNTP::getOverview()

Пример

    Поддержать сайт на родительском проекте КГБ