Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16111
AttachmentInterface.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
777 B
Referenced Files
None
订阅者
None
AttachmentInterface.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Ddeboer\Imap\Message
;
use
Ddeboer\Imap\Exception\NotEmbeddedMessageException
;
/**
* An e-mail attachment.
*/
interface
AttachmentInterface
extends
PartInterface
{
/**
* Get attachment filename.
*/
public
function
getFilename
():
?
string
;
/**
* Get attachment file size.
*
* @return null|int Number of bytes
*/
public
function
getSize
();
/**
* Is this attachment also an Embedded Message?
*/
public
function
isEmbeddedMessage
():
bool
;
/**
* Return embedded message.
*
* @throws NotEmbeddedMessageException
*
* @return EmbeddedMessageInterface<PartInterface>
*/
public
function
getEmbeddedMessage
():
EmbeddedMessageInterface
;
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:46 PM (22 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5582
默认替代文本
AttachmentInterface.php (777 B)
Attached To
Mode
rMAILCOW mailcow-tracking
附加的
Detach File
Event Timeline
Log In to Comment