update : 2015.11.03
php.shukuma.com검색:
|
The SoapFault class(PHP 5 >= 5.0.1) 소개Represents a 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
]]]] )/* 상속된 메소드 */
}Table of Contents
|