class File implements File
Class File this class is a wrapper for the file in archive
Methods
__construct(array|string $args, Adapter $adapter)
|
||
mixed |
getName()
|
|
mixed |
getExtension()
|
|
mixed |
getModifiedAt(null $format = null)
|
|
mixed |
getIndex()
|
|
mixed |
getSize()
|
|
mixed |
getCompressedSize()
|
|
mixed |
getCrc()
|
|
mixed |
getCompressionMethod()
|
|
mixed |
getStringCompressionMethod()
|
|
mixed |
setComment($comment $comment)
|
|
mixed |
getComment()
|
|
mixed |
getAdapter()
|
Details
at line 67
public
__construct(array|string $args, Adapter $adapter)
at line 76
public mixed
getName()
at line 84
public mixed
getExtension()
at line 92
public mixed
getModifiedAt(null $format = null)
at line 104
public mixed
getIndex()
at line 112
public mixed
getSize()
at line 120
public mixed
getCompressedSize()
at line 125
public mixed
getCrc()
at line 133
public mixed
getCompressionMethod()
at line 141
public mixed
getStringCompressionMethod()
at line 149
public mixed
setComment($comment $comment)
at line 157
public mixed
getComment()
at line 167
public mixed
getAdapter()