Net_NNTP::getDate()

Net_NNTP::getDate() -- get date from news server

Synopsis

require_once 'Net/NNTP.php';

array Net_NNTP::getDate ()

Description

Retrieves the date from the news server

Return value

array - a hash with the date

Note

since 0.3

This function can not be called statically.

Example