Table of Contents
Constants
-
TYPE_AM2
= 'AM2'
-
TYPE_AMBR
= 'AMBR'
-
TYPE_JH
= 'JH'
-
TYPE_RAW
= 'Raw'
Methods
-
__construct()
: mixed
-
extractArchive()
: void
-
inspectArchive()
: string
TYPE_AM2
public
mixed
TYPE_AM2
= 'AM2'
TYPE_AMBR
public
mixed
TYPE_AMBR
= 'AMBR'
TYPE_JH
public
mixed
TYPE_JH
= 'JH'
TYPE_RAW
public
mixed
TYPE_RAW
= 'Raw'
__construct()
public
__construct(string $ambtoolPath) : mixed
Parameters
-
$ambtoolPath
: string
-
public
extractArchive(SplFileInfo $archivePath, SplFileInfo $targetDir) : void
Parameters
-
$archivePath
: SplFileInfo
-
-
$targetDir
: SplFileInfo
-
inspectArchive()
public
inspectArchive(SplFileInfo $archivePath) : string
Parameters
-
$archivePath
: SplFileInfo
-