検索

phrase: max: clip:
target: order:
Results of 1 - 5 of about 5 for faultstring (0.001 sec.)
SOAP コールが失敗したかどうかを調べる 12244
« SOAP 関数 use_soap_error_handler » PHP Manual SOAP 関数 SOAP コールが失敗したかどうかを調べる ... 。 このオブジェクトには、フォルトの詳細 (faultcode, faultstring, faultactor および faultdetails) が含まれています。 ... SOAP Fault: (faultcode: { $result -> faultcode } , faultstring: { $result -> faultstring } )" , E_USER_ERROR ); } ... "SOAP Fault: (faultcode: { $fault -> faultcode } , faultstring: { $fault -> faultstring } )" , E_USER_ERROR ); } ...
https://man.plustar.jp/php/function.is-soap-fault.html - [similar]
SoapFault コンストラクタ 9964
« SoapFault SoapFault::__toString » PHP Manual SoapFault SoapFault コンストラクタ SoapFault::__c ... ルトレスポンスを送信した場合に有用です。 faultcode , faultstring , faultactor および detail は SOAP フォールトの標準 ... です。 パラメータ faultcode SoapFault のエラーコード faultstring SoapFault のエラーメッセージ faultactor エラーの原 ... ールト , string , エラー , construct , faultactor , faultstring , faultcode , レスポンス , detail ...
https://man.plustar.jp/php/soapfault.construct.html - [similar]
SoapFault クラス 9026
« SoapServer::setPersistence SoapFault::__construct » PHP Manual SOAP SoapFault クラス SoapFault ... tends Exception { /* プロパティ */ public string $ faultstring ; public ? string $ faultcode = null ; public ? st ... パティ _name detail faultactor faultcode faultcodens faultstring headerfault 目次 SoapFault::__construct — SoapFaul ...
https://man.plustar.jp/php/class.soapfault.html - [similar]
配列の値が XMLRPC の失敗であるかどうかを調べる 7537
« xmlrpc_get_type xmlrpc_parse_method_descriptions » PHP Manual XML-RPC 関数 配列の値が XMLRPC の ... れ以外の場合に false を返します。 失敗の内容は $arg["faultString"] 、失敗のコードは $arg["faultCode"] に格納されます ...
https://man.plustar.jp/php/function.xmlrpc-is-fault.html - [similar]
メソッドリクエスト用の XML を生成する 7133
« xmlrpc_decode xmlrpc_encode » PHP Manual XML-RPC 関数 メソッドリクエスト用の XML を生成する xm ... response )) { trigger_error ( "xmlrpc: $response [ faultString ] ( $response [ faultCode ] )" ); } else { print_r ...
https://man.plustar.jp/php/function.xmlrpc-encode-request.html - [similar]
PREV 1 NEXT