Net_URL::setOption | |
PEAR Manual | |
require_once 'Net/NNTP.php'; |
array Net_NNTP::date (
)
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
array - a hash with the date
$date['y'] Year
$date['m'] Month
$date['d'] Day
This function can not be called statically.
Using date()
|
Net_URL::setOption | |
PEAR Manual | |