Copyright 2014-2017 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Copyright: | 2014-2017 Horde LLC |
License: | http://www.horde.org/licenses/lgpl21 LGPL 2.1 |
File Size: | 75 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Mime_Headers_Date:: (4 methods):
create()
__construct()
getHandles()
_sanityCheck()
Class: Horde_Mime_Headers_Date - X-Ref
This class represents the Date header value (RFC 5322).create() X-Ref |
Generate a 'Date' header for the current time. return: Horde_Mime_Headers_Date Date header object. |
__construct($name, $value) X-Ref |
No description |
getHandles() X-Ref |
No description |
_sanityCheck($data) X-Ref |
Perform sanity checking on a header value. param: string $data The header data. return: string The cleaned header data. |