создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

SoapHeader->__construct()Пред. След.

SoapHeader->__construct()

(no version information, might be only in CVS)SoapHeader->__construct() --  SoapHeader constructor

Описание

class SoapHeader {


__construct (string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]])


}

Constructs a new SoapHeader object.

Список параметров

namespace

The namespace of the SOAP header element.

name

The name of the SOAP header element.

data

A SOAP header's content. It can be a PHP value or a SoapVar object.

mustUnderstand

Value of the mustUnderstand attribute of the SOAP header element.

actor

Value of the actor attribute of the SOAP header element.

Примеры

Пример 1. Some examples
<?php

$client = new SoapClient(null, array('location' => "http://localhost/soap.php",

                                     'uri'      => "http://test-uri/"));

$client->__call("echoVoid", null, null,

                new SoapHeader('http://soapinterop.org/echoheader/',

                               'echoMeStringRequest',

                               'hello world'));

?>

Смотрите также

SoapClient->__soapCall()
SoapVar->__construct()
SoapParam->__construct()

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting