ホームページ >バックエンド開発 >PHPチュートリアル >my heart will go on 歌詞 PHPMailer 中国語説明書まとめ

my heart will go on 歌詞 PHPMailer 中国語説明書まとめ

WBOY
WBOYオリジナル
2016-07-29 08:41:421020ブラウズ

A で始まる:
$AltBody -- 属性
From: PHPMailer: $AltBody
File: class.phpmailer .php
説明: この属性の設定は、電子メール本文の HTML をサポートしない代替表示です
AddAddress --メソッド
From: PHPMailer ::AddAddress()、file: class.phpmailer .php
説明: 受信者を追加します。パラメータ 1 は受信者の電子メール アドレス、パラメータ 2 は受信者の役職です。たとえば、AddAddress("to@163.com","to name") ですが、パラメーター 2 はオプションであり、AddAddress(to@163.com) も可能です。
関数プロトタイプ: public function AddAddress($address, $name = '') {}
AddAttachment --method
From: PHPMailer::AddAttachment()
File: class.phpmailer .php。
手順: 添付ファイルを追加します。
パラメータ: パス、名前、エンコーディング、タイプ。このうち、パスは必須で、その他はオプションです。関数プロトタイプ:
AddAttachment($path, $name = '', $encoding = 'base64', $type = 'application/octet-stream'){}
AddBCC - -Method
From: PHPMailer::AddBCC()
File: class.phpmailer .php
Description: ブラインド コピーを追加します。 CCとBCCの違いについては、「SMTP送信におけるBCCとCCの違い」をご覧ください。
パラメータ 1 はアドレス、パラメータ 2 は名前です。このメソッドは win32 での SMTP のみをサポートし、メール関数はサポートしないことに注意してください。
関数プロトタイプ: public function AddBCC($address, $name = ''){}
AddCC -- メソッド
from: PHPMailer::AddCC()
ファイル : class.phpmailer .php
説明 : CC を追加します。 CCとBCCの違いについては、「SMTP送信におけるBCCとCCの違い」をご覧ください。
パラメータ 1 はアドレス、パラメータ 2 は名前です。このメソッドは win32 での SMTP のみをサポートし、メール関数はサポートしないことに注意してください。
関数プロトタイプ: public function AddCC($address, $name = '') {}
AddCustomHeader --method
From: PHPMailer::AddCustomHeader()
ファイル: class.phpmailer .php
説明: カスタム電子メール ヘッダーを追加します。
パラメータはヘッダー情報です
関数プロトタイプ: public function AddCustomHeader($custom_header){}
AddEmbeddedImage -- メソッド
From: PHPMailer::AddEmbeddedImage()
File: class.phpmailer .php
説明: 埋め込み画像を追加します
パラメータ: path、戻りハンドル [、名前、エンコーディング、タイプ]
関数プロトタイプ: public function AddEmbeddedImage($path, $cid, $name = '', $encoding = 'base64', $type = 'application/octet-stream ') {}
ヒント: AddEmbeddedImage(PICTURE_PATH. "index_01.jpg ", "img_01 ", "index_01.jpg ");
HTML 内の my heart will go on 歌詞 PHPMailer 中国語説明書まとめ; From: PHPMailer::AddReplyTo()
ファイル: class.phpmailer .php
手順: 「Reply-to」などの返信タグを追加
パラメータ 1 アドレス、パラメータ 2 名
関数プロトタイプ: public function AddReplyTo($address, $ name = '') {}
AddStringAttachment -Method
From: PHPMailer::AddStringAttachment()
File: class.phpmailer .php
説明: 文字列またはバイナリ添付ファイル (非ファイルシステム) をリストに追加します。?)
パラメータ: 文字列, ファイル名 [, エンコーディング, タイプ]
関数プロトタイプ: public function AddStringAttachment($string, $filename, $encoding = 'base64', $type = 'application/octet-stream ') {}
Authenticate --Method
From: SMTP::Authenticate()
ファイル: class.smtp.php
説明: SMTP 認証を開始します。Hello() の後に呼び出す必要があります。認証が成功した場合は true を返します。
パラメータ 1 ユーザー名、パラメータ 2 パスワード
関数プロトタイプ: public function Authenticate($username, $password) {}
B は
$Body --attribute で始まります
From: PHPMailer: $Body
File: class.phpmailer .php
Description: 電子メールのコンテンツ、HTML またはテキスト形式
C で開始
$CharSet --Attribute
From: PHPMailer: $CharSet
File: class.phpmailer .php
Description: 電子メール エンコーディング、デフォルトは iso-8859-1
$confirmReadingTo --Attribute
From: PHPMailer : $confirmReadingTo ファイル class.phpmailer .php
説明: 受信しましたか?
$ContentType --Property
From: PHPMailer: $ContentType
File: class.phpmailer .php
Description: ドキュメントのタイプ、デフォルトは「text/plain」です
$CRLF --Property
From: PHPMailer: $ContentType
ファイル :class.phpmailer .php
説明 : SMTP 返信終了デリミタ (SMTP 返信行の終わり?)
class.phpmailer .php --Object
From: class.phpmailer .php
File: class.phpmailer .php
説明: phpmailer オブジェクト
class.smtp.php --オブジェクト
from:class.smtp.php File:class.smtp.php
Description:SMTP 関数オブジェクト
ClearAddresses --メソッド
from:PHPMailer ::ClearAddresses()
File:class .phpmailer .php
説明: 受信者をクリアし、次の送信に備えます。戻り値の型は void です。
ClearAllRecipients --Method
From: PHPMailer::ClearAllRecipients()
File: class.phpmailer .php
Description: CC (CC) と BCC (Bcc) を含むすべての受信者をクリアします
ClearAttachments - -Method
from: PHPMailer::ClearAttachments()
ファイル: class.phpmailer .php
説明: 添付ファイルをクリア
ClearBCCs --Method
from: PHPMailer::ClearBCCs() ファイル class.phpmailer .php
説明: BCC (Bcc) をクリア
ClearCustomHeaders --Method
From: PHPMailer::ClearCustomHeaders()
ファイル: class.phpmailer .php
説明: カスタム ヘッダーをクリア
ClearReplyTos --Method
From: PHPMailer::ClearReplyTos()
ファイル: class.phpmailer .php
説明: 相手に明確に返信します
Close --Method
From: SMTP::Close()
File: class.smtp.php
説明: SMTP 接続を閉じる
Connect --Method
From: SMTP::Connect()
ファイル: class.smtp.php
説明: SMTP 接続を確立する Mailer.html
$ContentType --property
From: PHPMailer: $ContentType
ファイル: class.phpmailer .php
説明: ドキュメントのタイプ、デフォルトは " text/plain"
D は
$do_debug --attribute で始まります
From: SMTP: $do_debug
File: class.smtp.php
Description: SMTP デバッグ出力
Data -Method
From: SMTP: $Data()
File : class.smtp.php
説明: データ コマンドとメッセージ情報をサーバーに送信します (sendsthemsg_datatotheserver)
E
$Encoding --attribute で開始します
From: PHPMailer: $Encoding
ファイル: class.phpmailer .php
説明:電子メールのエンコード方法を設定します (オプション: "8bit"、"7bit"、"binary"、"base64"、および "quoted-printable")。
$ErrorInfo --Attribute
From: PHPMailer: $ErrorInfo
File: class。 . phpmailer .php
説明: メールの最後のエラー メッセージを返します SMTP
Expand --Method
From: SMTP::Expand()
File: class.smtp.php
説明: メーリング リスト内のすべてのユーザーを返します。成功した場合、アレイを返し、虚偽を返します(expandtakesthenameandasksthestoltolthepeoplewhoarembers ofthe_list_.expandwillreturnbackandArrayoftheresultorfalseifanerroroccurs。) s電子メールアドレス$ $ FromName -- 属性
From: PHPMailer ::$FromName
ファイル: class.phpmailer .php
説明: 送信者の名前
H で始まる:
$Helo -- 属性
From: PHPMailer ::$Helo
ファイル: phpmailer。 .php
説明: SMTPHelo を設定します。デフォルトは $Hostname(SetstheSMTPHELOofthemessage(Defaultis$Hostname) です。)
$Host --property
From: PHPMailer::$Host
File: class.phpmailer .php
説明: SMTP を設定しますserver の形式は次のとおりです: ホスト名 [ポート番号] (smtp1.example.com:25 や smtp2.example.com など) は有効です
$Hostname -- 属性
From: PHPMailer::$Hostname
File: class.phpmailer。 php
説明: Message-Id と andReceivedheaders に設定されたホスト名は、$Helo でも使用されます。空の場合、デフォルトは SERVER_NAME または 'localhost.localdomain' になります
Hello -- メソッド
From: SMTP::Hello()
ファイル: class.smtp.php
説明: HELO コマンドを SMTP サーバーに送信します
Help -- メソッド
From : SMTP::Help()
ファイル: class.smtp.php
説明: キーワードがある場合、キーワードのヘルプ情報を取得します
I で開始:
IsError --method
From: PHPMailer::IsError()
ファイル :class.phpmailer .php
説明: エラーが発生したかどうかを返す
IsHTML --メソッド
From: PHPMailer ::IsHTML()
ファイル: class.phpmailer .php
説明: レターがHTML形式かどうかを設定します
IsMail --Method
From: PHPMailer::IsMail()
File: class.phpmailer .php
Description: メール送信にphpのメール機能を使用するかどうかを設定します
IsQmail --Method
From: PHPMailer::IsQmail()
File : class.phpmailer.php
説明: qmailMTA を使用してメールを送信するかどうかを設定します
IsSendmail--Method
From: PHPMailer::IsSendmail()
ファイル: class.phpmailer .php
説明: $Sendmail プログラムを使用してメールを送信するかどうかを設定しますsend mail
IsSMTP--Method
From: PHPMailer::IsSMTP()
File: class.phpmailer .php
Description: 電子メールの送信に SMTP を使用するかどうか
M で始まる:
$Mailer --properties
From: PHPMailer: :$Mailer
ファイル: class.phpmailer . php
説明: 送信メソッド ("mail"、"sendmail"、または "smtp") の 1 つ
Mail -- メソッド
from: SMTP::Mail()
ファイル: class.smtp.php
説明: $from のメールアドレスから処理を開始し、true または false を返します。true の場合、メールの送信を開始します
N で開始します:
Noop-- メソッド
From: SMTP::Noop()
ファイル: class.smtp.php
説明: SMTP サーバーに NOOP コマンドを送信します
P で開始します:
$ パスワード -- 属性
出典: PHPMailer ::$Password
ファイル: class.phpmailer .php
説明: SMTP パスワードを設定します
$PluginDir -- 属性
出典: PHPMailer ::$PluginDir
ファイル: class.phpmailer 。 php
説明: phpmailer のプラグイン ディレクトリを設定します。これは、smtpclass が phpmailer ディレクトリにない場合にのみ有効です
$Port -- 属性
From: PHPMailer::$Port
File: class.phpmailer.php
説明: SMTP ポート番号を設定します
$Priority - -Attribute
From: PHPMailer::$Priority
File: class.phpmailer .php
Description: 電子メール配信の優先順位を設定します。 1=緊急、3=通常、5=緊急ではない
PHPMailer --オブジェクト
From: PHPMailer
File: class.phpmailer .php
Description: PHPMailer -PHPemailtransportclass
Q で開始
Quit --Method
From: SMTP:: Quit ()
ファイル: class.smtp.php
説明: エラーが発生しない場合、Quit コマンドをサーバーに送信します。次に、靴下を閉じます。そうでない場合は、$close_on_error が true になります。
R
Recipient --Method で開始します。
From: SMTP::Recipient()
File: class.smtp.php
Description: RCPT コマンドを SMTP に送信するには To を使用します。は: $to
Reset --Method
From: SMTP::Reset()
File: class.smtp.php
説明: RSET コマンドを送信して、進行中の転送をキャンセルします。成功した場合は true、それ以外の場合は false を返します。
S で始まります:
$Sender --property
From: PHPMailer::$Sender
File: class.phpmailer .php
Description: SetstheSenderemail(Return-Path)ofthemessage.Ifnotempty,willbesentvia-ftosendmailoras 'MAILFROM'insmtpmode.
$Sendmail --Properties
From: PHPMailer ::$Sendmail
File: class.phpmailer .php
Description: 送信プログラムのディレクトリを設定します
$SMTPAuth --Properties
From: PHPMailer ::$ SMTPAuth
ファイル: class.phpmailer .php
説明: SMTP に認証が必要かどうかを設定します。ユーザー名変数とパスワード変数を使用します。
$SMTPDebug --property
From: PHPMailer::$SMTPDebug
ファイル: class.phpmailer .php
説明: かどうかを設定します。 SMTPデバッグ出力?
$SMTPKeepAlive --property
From: PHPMailer::$SMTPKeepAlive
File: class.phpmailer .php
説明: 送信のたびに接続を閉じないでください。 true の場合、SmtpClose() を使用して接続を閉じる必要があります
$SMTP_PORT --property
From: SMTP::$SMTP_PORT
File: class.smtp.php
Description: SMTP ポートを設定します
$Subject --property
from :PHPMailer::$Subject
File: class.phpmailer .php
Description: レターの件名を設定します
Send -- メソッド
From: SMTP::Send()
File: class.smtp.php
Description: From指定されたメールアドレスによりメール送信が開始されます
Send -- メソッド
From: PHPMailer::Send()
File: class.phpmailer .php
手順: 電子メールを作成し、送信プログラムを開発します。送信が失敗した場合は false が返されます。ErrorInfo を使用してエラー メッセージを表示してください。
SendAndMail --Method
From: SMTP::SendAndMail()
File: class.smtp.php
Description: 指定された電子メールから電子メールを開始しますアドレス送信
SendOrMail --メソッド
From: SMTP::SendOrMail()
ファイル: class.smtp.php
説明: 指定されたメールアドレスからメール送信を開始します
SetLanguage --メソッド
From: PHPMailer ::SetLanguage()
ファイル: class.phpmailer .php
説明: phpmailer エラー メッセージの言語タイプを設定します。言語ファイルをロードできない場合、デフォルトは英語です。
SMTP --Method
From: SMTP::SMTP()
ファイル: class.smtp.php
説明: データが既知の状態になるようにオブジェクトを初期化します
SMTP --オブジェクト
From: SMTP
ファイル: class.smtp.php
説明: SMTP オブジェクト
SmtpClose --メソッド
From: PHPMailer:: SmtpClose()
File: class.phpmailer .php
説明: SMTP がアクティブな場合は閉じます。
T で始まる
$Timeout --property
From: PHPMailer::$Timeout
File: class.phpmailer .php
Description: SMTP サーバーのタイムアウトを設定します (単位: 秒)。注: win32 では、この属性は無効です
Turn -- Method
From: SMTP::Turn()
File: class.smtp.php
Description: これはオプションの SMTP パラメータであり、現在 phpmailer はサポートしていない可能性があります。
$Username で始まる
U -- 属性
from: PHPMailer ::$Username
ファイル: class.phpmailer .php
説明: V で始まる SMTP ユーザー名
を設定します
$Version -- 属性
from: PHPMailer :: $Version
ファイル: class.phpmailer .php
説明: Phpmailer のバージョンを返します
Verify --Method
From: SMTP::Verify()
ファイル: class.smtp.php
説明: ユーザー名がサーバー経由で検証されているかどうかを確認します
W で始まる:
$WordWrap --Attribute
From: PHPMailer::$WordWrap
File: class.phpmailer .php
説明: 1 行あたりの最大文字数を設定し、その数を超えると自動的に行を折り返す

上記は、My Heart Will Go on Lyrics PHPMailer の中国語の説明の概要を紹介しました。My Heart will go on Lyrics の内容も含め、PHP チュートリアルに興味のある友人に役立つことを願っています。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。