Net_NNTP::getBodyRaw()
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()) |
Заметка
since 0.3
Эта функция не должна вызываться статически.
Замечание: getBody() makes no converting of the body content to any character set. You get the content 'as is'.
См. также
Net_NNTP::getHeaderRaw() , Net_NNTP::splitHeaders() , Net_NNTP::getArticleRaw() , Net_NNTP::getOverview()
Пример
Пример 50-1. Using getBodyRaw()
|
Пред. | Начало | След. |
Net_NNTP::getBody() | Уровень выше | Net_NNTP::getDate() |