Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phprest
Util
DataStructure
MimeProcessResult
PHP Class Phprest\Util\DataStructure\MimeProcessResult
Datei anzeigen
Open project: phprest/phprest
Public Properties
Property
Type
Description
$apiVersion
integer
|
string
$format
json|xml
$mime
string
$vendor
string
Public Methods
Method
Description
__construct
(
string
$mime
,
string
$vendor
,
integer
|
string
$apiVersion
,
string
$format
)
Method Details
__construct()
public
method
public
__construct
(
string
$mime
,
string
$vendor
,
integer
|
string
$apiVersion
,
string
$format
)
$mime
string
$vendor
string
$apiVersion
integer
|
string
$format
string
Property Details
$apiVersion
public_oe property
public
int|string
$apiVersion
return
integer
|
string
$format
public_oe property
json|xml
public
$format
$mime
public_oe property
public
string
$mime
return
string
$vendor
public_oe property
public
string
$vendor
return
string