previous導入案内 (Previous) (Next) Net_SMTP::authnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

コンストラクタ Net_SMTP::Net_SMTP

コンストラクタ Net_SMTP::Net_SMTP() – 新しい Net_SMTP オブジェクトを生成する。パラメータを 設定することで、ネットワーク設定を上書きする

Synopsis

require_once 'NET/SMTP.php';

void constructor Net_SMTP::Net_SMTP ( string $host = = null , int $port = = null , string $localhost = = null )

Description

新しい Net_SMTP オブジェクトを生成するコンストラクタです。

Parameter

string $host

接続先サーバ

integer $port

接続先ポート

string $localhost

EHLO あるいは HELO を送信する際に用いられる値

Throws

throws 例外は発生しません。

Note

This function can not be called statically.

previous導入案内 (Previous) (Next) Net_SMTP::authnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.