SoapFault クラス
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
SOAP fault をあらわします。
クラス概要
SoapFault
extends
Exception
{
/* プロパティ */
/* メソッド */
__construct
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
SoapFault
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )/* 継承したメソッド */
}プロパティ
- message
-
Prop description
- code
-
Prop description
- file
-
Prop description
- line
-
Prop description
目次
- SoapFault::__construct — SoapFault コンストラクタ
- SoapFault::SoapFault — SoapFault コンストラクタ
- SoapFault::__toString — SoapFault の文字列表現を取得する