Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
PHPZip
Zip
Exception
LengthMismatch
PHP Class PHPZip\Zip\Exception\LengthMismatch
Inheritance:
extends
PHPZip\Zip\Core\AbstractException
Show file
Open project: Grandt/PHPZip
Public Methods
Method
Description
__construct
(
array
$config
)
Constructor
getExpected
( )
getWritten
( )
Method Details
__construct()
public
method
Constructor
Author:
A. Grandt (
[email protected]
)
Author:
Greg Kappatos
public
__construct
(
array
$config
)
$config
array
Configuration array containing expected and written
getExpected()
public
method
public
getExpected
( )
getWritten()
public
method
public
getWritten
( )