previousNet_SMTP::noop (Previous) (Next) Net_SMTP::rcptTonext

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::quotedata

Net_SMTP::quotedata() – SMTP 標準に従うよう、データをクォートする

Synopsis

require_once 'NET/SMTP.php';

void Net_SMTP::quotedata ( string &$data )

Description

この関数は、クラスとは独立した個別のパブリック関数となっています。 これは、クォートの方法をカスタマイズしたい場合などに関数のオーバーロードを しやすくするためです。

Parameter

string &$data

クォートしたい文字列。文字列は参照形式で渡す必要があります。 渡された文字列が直接変更されます。

Throws

throws 例外は発生しません。

Note

This function can not be called statically.

previousNet_SMTP::noop (Previous) (Next) Net_SMTP::rcptTonext

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.