Net_SMTP::setDebug
Net_SMTP::setDebug() – デバッグ用フラグを設定する
Synopsis
require_once 'NET/SMTP.php';
voidNet_SMTP::setDebug (
boolean $debug
)
Description
デバッグ用フラグの値を設定します。
Parameter
-
boolean
$debug
-
デバッグ用フラグの値
Note
This function can not be called
statically.