Net_NNTP::getHeaders()
Описание
Returns all avaible header lines of a specified message in the current selected newsgroup
Внимание |
Эта функция объявлена как deprecated. Это означает, что в будущих версиях пакета она может больше не поддерживаться. |
Consider this method deprecated and subject to changes - use Net_NNTP::getHeaderRaw() 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()) |
Пример
Пример 50-1. Using getHeaders()
|
Пред. | Начало | След. |
Net_NNTP::getHeaderRaw() | Уровень выше | Net_NNTP::getOverview() |