update : 2015.11.03
php.shukuma.com검색:
|
is_soap_fault(Unknown) is_soap_fault — Checks if a SOAP call has failed 설명
This function is useful to check if the SOAP call failed, but
without using exceptions. To use it, create a
SoapClient object with the exceptions
option set to zero or If exceptions is not set then SOAP call will throw an exception on error. is_soap_fault() checks if the given parameter is a SoapFault object. 인수
반환값
This will return 예제
Example #1 is_soap_fault() example
<?php Example #2 SOAP's standard method for error reporting is exceptions
<?php |