SCA::getService
SCA::getService — Obtain a proxy for a service
説明
mixed SCA::getService ( string target )警告 |
この関数は、
実験的 なものです。この関数の動作・
名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP
のリリースにおいて変更される可能性があります。
この関数は自己責任で使用してください。 |
Examine the target and initialise and return a proxy of the appropriate sort. If the target is for a local PHP component the returned proxy will be an SCA_LocalProxy. If the target is for a WSDL file, the returned proxy will be a SCA_SoapProxy.
パラメータ
- target
- An absolute or relative path to the PHP component, or to the WSDL file. A relative path, if specified, is resolved relative to the location of the script issuing the
getService call, and not against the include_path or current working directory.
返り値
The SCA_LocalProxy or SCA_SoapProxy.Weblioに収録されているすべての辞書からSCA::getServiceを検索する場合は、下記のリンクをクリックしてください。

- SCA::getServiceのページへのリンク