update : 2015.11.03
php.shukuma.com검색:
|
SoapFault::SoapFault(PHP 5 >= 5.0.1) SoapFault::SoapFault — SoapFault constructor 설명
SoapFault::SoapFault
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
This class is used to send SOAP fault responses from the PHP handler.
인수
예제
Example #1 Some examples
<?php It is possible to use PHP exception mechanism to throw SOAP Fault.
Example #2 Some examples
<?php 참고
|