Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Jyxo
Mail
Email
Attachment
FileAttachment
PHP 클래스 Jyxo\Mail\Email\Attachment\FileAttachment
저자:
Jaroslav Hanslík
상속:
extends
Jyxo\Mail\Email\Attachment
파일 보기
프로젝트 열기: jyxo/php
보호된 프로퍼티들
프로퍼티
타입
설명
$disposition
string
Type.
공개 메소드들
메소드
설명
__construct
(
string
$path
,
string
$name
,
string
$mimeType
= 'application/octet-stream' )
Creates an attachment.
메소드 상세
__construct()
공개
메소드
Creates an attachment.
public
__construct
(
string
$path
,
string
$name
,
string
$mimeType
= 'application/octet-stream' )
$path
string
Filename
$name
string
Attachment name
$mimeType
string
Attachment mime-type
프로퍼티 상세
$disposition
보호되어 있는 프로퍼티
Type.
protected
string
$disposition
리턴
string