Net_NNTP::getBody()
Описание
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.
Throws
Таблица 50-1. Возможные значения PEAR_Error
Error code | Error message | Reason | Solution |
---|---|---|---|
NULL | Different error messages | The messages are directly passed from the news server, in the most cases caused by calling a non existing article | Check the article ID or if your are still connected to the server ( Net_NNTP::isConnected()) |
Заметка
Эта функция не должна вызываться статически.
Замечание: 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()
Пример
Пример 50-1. Using getBody()
|
Пред. | Начало | След. |
Net_NNTP::getArticleRaw() | Уровень выше | Net_NNTP::getBodyRaw() |