| Net_NNTP::first() (Previous) | (Next) Net_NNTP::getArticleRaw() | ||||
| |
|||||
|
|||||
Returns the whole article from the current selected newsgroup
| Aviso |
Esta función está en desuso. Lo que significa que futuras versiones de este paquete no la soportarán. |
Consider this method deprecated and subject to changes - use Net_NNTP::getArticleRaw() instead.
Tabla 50-1. Posibles valores de 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()) |
Ejemplo 50-1. Using getArticle()
|
| Net_NNTP::first() (Previous) | (Next) Net_NNTP::getArticleRaw() | ||||||||
| |
|||||||||
|
|||||||||