Net_NNTP::date()

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

Synopsis

require_once 'Net/NNTP.php';

array Net_NNTP::date ()

Description

Warning

This function is deprecated. That means that future versions of this package may not support it anymore.

Retrieves the date from the news server

Return value

array - a hash with the date

Note

This function can not be called statically.

Example