mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Describe SoapHeader (bug #32410)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291207 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ee6cd3ec6b
commit
1613146e32
3 changed files with 5 additions and 2 deletions
|
@ -31,7 +31,9 @@
|
|||
<term><parameter>soapheaders</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The headers to be set. If not specified, the headers will be deleted.
|
||||
The headers to be set. It could be <classname>SoapHeader</classname>
|
||||
object or array of <classname>SoapHeader</classname> objects.
|
||||
If not specified or set to &null;, the headers will be deleted.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -101,6 +101,7 @@ $client->__soapCall("echoVoid", null, null,
|
|||
<member><methodname>SoapClient::__soapCall</methodname></member>
|
||||
<member><methodname>SoapVar::SoapVar</methodname></member>
|
||||
<member><methodname>SoapParam::SoapParam</methodname></member>
|
||||
<member><methodname>SoapServer::addSoapHeader</methodname></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>SoapServer::addSoapHeader</methodname>
|
||||
<methodparam><type>string</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>SoapHeader</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Adds a SOAP header to be returned with the response to the current request.
|
||||
|
|
Loading…
Reference in a new issue