WSCOMUN
2.1.0
Web Services Comunes para PHP/GVHidra
include
WSCMIME
WSCMessagePart.php
1
<?php
2
namespace
WSCMIME
;
9
class
WSCMessagePart
10
{
16
public
$mime_id =
''
;
22
public
$ctype_primary =
'text'
;
28
public
$ctype_secondary =
'plain'
;
34
public
$mimetype =
'text/plain'
;
40
public
$size = 0;
46
public
$headers = array();
47
public
$disposition =
''
;
48
public
$filename =
''
;
49
public
$encoding =
'8bit'
;
50
public
$charset =
''
;
51
public
$d_parameters = array();
52
public
$ctype_parameters = array();
56
function
__clone
()
57
{
58
if
(isset($this->parts)) {
59
foreach
($this->parts as $idx => $part) {
60
if
(is_object($part)) {
61
$this->parts[$idx] = clone $part;
62
}
63
}
64
}
65
}
66
}
WSCMIME\WSCMessagePart
Definition:
WSCMessagePart.php:9
WSCMIME\WSCMessagePart\__clone
__clone()
Definition:
WSCMessagePart.php:56
WSCMIME
Definition:
WSCCharset.php:2
Generado por
1.8.14