検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for SoapFault (0.001 sec.)
SoapFault の文字列表現を取得する 12218
« SoapFault::__construct SoapHeader » PHP Manual SoapFault SoapFault の文字列表現を取得する SoapFault ... Fault::__toString (PHP 5, PHP 7, PHP 8) SoapFault::__toString — SoapFault の文字列表現を取得する 説明 ... public SoapFault::__toString (): string SoapFault の文字列表現を返し ... ラメータ この関数にはパラメータはありません。 戻り値 SoapFault を文字列であらわした内容を返します。 関連キーワード ... : SoapFault , 表現 , 取得 , toString , パラメータ , construct ...
https://man.plustar.jp/php/soapfault.tostring.html - [similar]
SoapFault コンストラクタ 11938
« SoapFault SoapFault::__toString » PHP Manual SoapFault SoapFault コンストラクタ SoapFault::__c ... onstruct (PHP 5, PHP 7, PHP 8) SoapFault::__construct — SoapFault コンストラクタ 説明 publi ... c SoapFault::__construct ( array | string | null $code , strin ... フォールトの標準的な要素です。 パラメータ faultcode SoapFault のエラーコード faultstring SoapFault のエラーメッセ ... いくつかの例 <?php function test ( $x ) { return new SoapFault ( "Server" , "Some error message" ); } $server = n ...
https://man.plustar.jp/php/soapfault.construct.html - [similar]
SoapFault クラス 11308
« SoapServer::setPersistence SoapFault::__construct » PHP Manual SOAP SoapFault クラス SoapFault ... クラス (PHP 5, PHP 7, PHP 8) はじめに SOAP fault をあらわします。 クラス概要 class SoapFault exten ... faultcode faultcodens faultstring headerfault 目次 SoapFault::__construct — SoapFault コンストラクタ SoapFault: ... :__toString — SoapFault の文字列表現を取得する 関連キーワード: string , pu ... blic , SoapFault , Exception , クラス , final , int , protected , p ...
https://man.plustar.jp/php/class.soapfault.html - [similar]
SOAP 9312
« OAuthException はじめに » PHP Manual ウェブサービス SOAP SOAP はじめに インストール/設定 要件 ... setPersistence — SoapServer の持続モードを設定する SoapFaultSoapFault クラス SoapFault::__construct — SoapFa ... ult コンストラクタ SoapFault::__toString — SoapFault の文字列表現を取得する Soa ... Client , SoapServer , 設定 , リクエスト , クラス , SoapFault , 関数 , construct , SoapVar , SoapParam ...
https://man.plustar.jp/php/book.soap.html - [similar]
SOAP コールが失敗したかどうかを調べる 9032
« SOAP 関数 use_soap_error_handler » PHP Manual SOAP 関数 SOAP コールが失敗したかどうかを調べる ... る必要があります。 この場合、SOAP メソッドは、特別な SoapFault オブジェクトを返します。 このオブジェクトには、フォ ... 外を投げます。 is_soap_fault() は指定したパラメータ SoapFault オブジェクトであるかどうかを調べます。 パラメータ ... if ( is_soap_fault ( $result )) { trigger_error ( "SOAP Fault: (faultcode: { $result -> faultcode } , faultstri ... = $client -> SomeFunction ( /* ... */ ); } catch ( SoapFault $fault ) { trigger_error ( "SOAP Fault: (faultcode ...
https://man.plustar.jp/php/function.is-soap-fault.html - [similar]
SOAP 関数をコールする 8559
« SoapClient::__setSoapHeaders SoapServer » PHP Manual SoapClient SOAP 関数をコールする SoapClie ... 出すと、PHP の例外が発生するか、例外が無効な場合には SoapFault オブジェクトが返されます。 この関数コールが失敗した ... かどうかを調べるには、 SoapFault 例外をキャッチするか、 is_soap_fault() の結果を調べ ... apClient の exceptions を false に設定した場合は、 SoapFault オブジェクトを返します。 例 例1 SoapClient::__soap ... pHeader::__construct() - SoapHeader コンストラクタ SoapFault::__construct() - SoapFault コンストラクタ is_soap_ ...
https://man.plustar.jp/php/soapclient.soapcall.html - [similar]
エラーを示す SoapServer フォールト を発行する 8174
« SoapServer::__construct SoapServer::getFunctions » PHP Manual SoapServer エラーを示す SoapServ ... を使うことができます。 戻り値 値を返しません。 参考 SoapFault::__construct() - SoapFault コンストラクタ 関連キー ... エラー , 発行 , string , fault , 名前 , リクエスト , SoapFault , construct ...
https://man.plustar.jp/php/soapserver.fault.html - [similar]
SoapHeader クラス 7929
« SoapFault::__toString SoapHeader::__construct » PHP Manual SOAP SoapHeader クラス SoapHeader ク ... ruct , namespace , data , actor , mustUnderstand , SoapFault ...
https://man.plustar.jp/php/class.soapheader.html - [similar]
ウェブサービス 7807
« var_export OAuth » PHP Manual 関数リファレンス ウェブサービス ウェブサービス OAuth はじめに イ ... — SoapClient クラス SoapServer — SoapServer クラス SoapFaultSoapFault クラス SoapHeader — SoapHeader クラス ...
https://man.plustar.jp/php/refs.webservice.html - [similar]
SoapServer の持続モードを設定する 7457
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... SISTENCE_SESSION ); $server -> handle (); } catch( SoapFault $e ) { error_log ( "SOAP ERROR: " . $e -> getMessa ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
PREV 1 2 NEXT