SCA::getService(PECL SDO >= 0.5.0) SCA::getService — Obtain a proxy for a service ОписаниеВнимание
Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. Examine the target and initialize 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. Список параметров
Возвращаемые значенияThe SCA_LocalProxy or SCA_SoapProxy. Примеры
Пример #1 An SCA::getService() example This example shows how to get a proxy to an email soap service described by EmailService.wsdl and located at http://example.org.
<?phpРезультат выполнения данного примера: |
||