Net_URL::setOption | |
PEAR Manual | |
require_once 'Net/NNTP.php'; |
string Net_NNTP::post (
string $subject
,
string $newsgroup
,
string $from
,
string $body
,
string $additional
)
Post a message to a news server
$subject - Subject of the message
$newsgroup - Post to this newsgroup
$from - EMail adress of sender
$body - Body of the message
$additional - String of headers to add
string - Server response
This function can not be called statically.
Warning |
post() doesn't care about character encoding of subject and body. Make sure to set correct headers, if you are using non ASCII-127 characters. |
Using post()
|
Net_URL::setOption | |
PEAR Manual | |