rss
[ class tree: rss ] [ index: rss ] [ all elements ]

Class: FeedDate

Source Location: d:\website\PhpDocumentor\/rss/feedcreator.class.php

Class Overview




Variables

Methods



Class Details

[line 664]


[ Top ]


Class Variables

$unix =

[line 665]


Type:   mixed


[ Top ]



Class Methods


constructor FeedDate [line 672]

FeedDate FeedDate( [mixed $dateString = ""])

Creates a new instance of FeedDate representing a given date.

Accepts RFC 822, ISO 8601 date formats as well as unix time stamps.




Parameters:

mixed   $dateString   optional the date this FeedDate will represent. If not specified, the current date and time is used.

[ Top ]

method iso8601 [line 736]

a iso8601( )

Gets the date stored in this FeedDate as an ISO 8601 date.



Tags:

return:  date in ISO 8601 format


[ Top ]

method rfc822 [line 724]

a rfc822( )

Gets the date stored in this FeedDate as an RFC 822 date.



Tags:

return:  date in RFC 822 format


[ Top ]

method unix [line 748]

a unix( )

Gets the date stored in this FeedDate as unix time stamp.



Tags:

return:  date as a unix time stamp


[ Top ]


Documentation generated on Thu, 15 Feb 2007 20:39:09 +0000 by phpDocumentor 1.3.0