Results of 1 - 10 of about 50 for soap (0.002 sec.)
- 定義済み定数 10572
- « リソース型 SOAP 関数 » PHP Manual SOAP 定義済み定数 定義済み定数 以下の定数が定義されています。
...
実行時に動的にロードされている場合のみ使用可能です。 SOAP 定数 定数 値 説明 SOAP_1_1 ( int ) 1 soap_version ...
オプションを SoapServer::__construct() や SoapClient::__construct() ...
に渡す際、SOAP 1.1 を使うように指定します。 SOAP_1_2 ( int ) 2 so ...
ap_version オプションを SoapServer::__construct() や SoapClient::__construct() ...
-
https://man.plustar.jp/php/soap.constants.html
- [similar]
- SoapClient のコンストラクタ 10527
- « SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ
...
SoapClient::__construct (PHP 5, PHP 7, PHP 8) SoapClien ...
t::__construct — SoapClient のコンストラクタ 説明 public SoapClient::__c ...
onstruct ( ? string $wsdl , array $options = [] ) SOAP サービスに接続するための SoapClient オブジェクトを ...
キャッシュ機能を無効にしたり、設定を変更する場合は、 SOAP 設定オプション や cache_wsdl オプション を参照下さ ...
-
https://man.plustar.jp/php/soapclient.construct.html
- [similar]
- SOAP 10407
- « OAuthException はじめに » PHP Manual ウェブサービス SOAP SOAP はじめに インストール/設定 要件
...
インストール手順 実行時設定 リソース型 定義済み定数 SOAP 関数 is_soap_fault — SOAP コールが失敗したかどうか ...
を調べる use_soap_error_handler — SOAP エラーハンドラを使用するかどう ...
かを設定する SoapClient — SoapClient クラス SoapClient::__call — SOA ...
P 関数をコールする (非推奨) SoapClient::__construct — SoapClient のコンストラクタ S ...
-
https://man.plustar.jp/php/book.soap.html
- [similar]
- SOAP コールが失敗したかどうかを調べる 10061
- « SOAP 関数 use_soap_error_handler » PHP Manual SOAP 関数 SOAP コールが失敗したかどうかを調べる
...
is_soap_fault (PHP 5, PHP 7, PHP 8) is_soap_fault — SOAP コ ...
ールが失敗したかどうかを調べる 説明 is_soap_fault ( mixed $object ): bool この関数は、SOAP コー ...
オプション exceptions に ゼロまたは false を指定して SoapClient オブジェクトを作成する必要があります。 この場 ...
合、SOAP メソッドは、特別な SoapFault オブジェクトを返します ...
-
https://man.plustar.jp/php/function.is-soap-fault.html
- [similar]
- SOAP 関数 9941
- « 定義済み定数 is_soap_fault » PHP Manual SOAP SOAP 関数 SOAP 関数 目次 is_soap_fault — SOAP コー
...
ルが失敗したかどうかを調べる use_soap_error_handler — SOAP エラーハンドラを使用するかどう ...
かを設定する 関連キーワード: 関数 , soap , fault , 定義 , 定数 , 失敗 , use , handler , エラ ...
-
https://man.plustar.jp/php/ref.soap.html
- [similar]
- SoapClient クラス 9805
- « use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス
...
(PHP 5, PHP 7, PHP 8) はじめに SoapClient クラスは » SOAP 1.1 、 » SOAP 1.2 サーバー用 ...
いは non-WSDL モードで動作します。 クラス概要 class SoapClient { /* プロパティ */ private ? string $ uri = ...
rivate ? int $ _ssl_method = null ; private int $ _soap_version ; private ? int $ _use_proxy = null ; priv ...
ate ? array $ __default_headers = null ; private ? SoapFault $ __soap_fault = null ; private ? string $ __ ...
-
https://man.plustar.jp/php/class.soapclient.html
- [similar]
- SOAP エラーハンドラを使用するかどうかを設定する 9760
- « is_soap_fault SoapClient » PHP Manual SOAP 関数 SOAP エラーハンドラを使用するかどうかを設定する
...
use_soap_error_handler (PHP 5, PHP 7, PHP 8) use_soap_error ...
_handler — SOAP エラーハンドラを使用するかどうかを設定する 説明 us ...
e_soap_error_handler ( bool $enable = true ): bool この関 ...
数は、SOAP サーバーで SOAP エラーハンドラを使用するかどうかを ...
-
https://man.plustar.jp/php/function.use-soap-error-handler.html
- [similar]
- 実行時設定 9730
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
により動作が変化します。 SOAP 設定オプション 名前 デフォルト 変更可能 変更履歴 s ...
oap.wsdl_cache_enabled 1 PHP_INI_ALL soap.wsdl_cache_dir /tmp PHP_INI_ALL soap.wsdl_cache_tt ...
l 86400 PHP_INI_ALL soap.wsdl_cache 1 PHP_INI_ALL soap.wsdl_cache_limit 5 P ...
に設定ディレクティブに関する 簡単な説明を示します。 soap.wsdl_cache_enabled int WSDLキャッシュ機能有効または ...
-
https://man.plustar.jp/php/soap.configuration.html
- [similar]
- SOAP 関数をコールする 9700
- « SoapClient::__setSoapHeaders SoapServer » PHP Manual SoapClient SOAP 関数をコールする SoapClie
...
nt::__soapCall (PHP 5, PHP 7, PHP 8) SoapClient::__soapCall — ...
SOAP 関数をコールする 説明 public SoapClient::__soapCal ...
ng $name , array $args , ? array $options = null , SoapHeader | array | null $inputHeaders = null , array ...
&$outputHeaders = null ): mixed 本メソッドは、SOAP コールを行う低レベル API 関数です。 通常、WSDL モー ...
-
https://man.plustar.jp/php/soapclient.soapcall.html
- [similar]
- SoapServer クラス 8828
- « SoapClient::__soapCall SoapServer::addFunction » PHP Manual SOAP SoapServer クラス SoapServer
...
クラス (PHP 5, PHP 7, PHP 8) はじめに SoapServer クラスは » SOAP 1.1 および » SOAP 1.2 プロト ...
用することもしないこともできます。 クラス概要 class SoapServer { /* プロパティ */ private resource $ servic ...
e ; private ? SoapFault $ __soap_fault = null ; /* メソッド */ public ...
array | string | int $functions ): void public addSoapHeader ( SoapHeader $header ): void public fault ( ...
-
https://man.plustar.jp/php/class.soapserver.html
- [similar]