JArchiveZip:: unix2DOSTime/1.5
From Joomla! Documentation
JArchiveZip::_unix2DOSTime
Description
Converts a UNIX timestamp to a 4-byte DOS date and time format (date in high 2-bytes, time in low 2-bytes allowing magnitude comparison).
Description:JArchiveZip:: unix2DOSTime [Edit Descripton]
public function _unix2DOSTime ($unixtime=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $unixtime | int | null | The current UNIX timestamp. |
- Returns int The current date in a 4-byte DOS format.
- Defined on line 384 of libraries/joomla/filesystem/archive/zip.php
- Since
See also
-
JArchiveZip::_unix2DOSTime on api.joomla.org
-
JArchiveZip source code on JoomlaCode
-
Class JArchiveZip
-
Subpackage Filesystem
- Other versions of JArchiveZip::_unix2DOSTime
SeeAlso:JArchiveZip:: unix2DOSTime [Edit See Also]
User contributed notes
<CodeExamplesForm />