|
21 | 21 | (<type>int</type>) |
22 | 22 | </entry> |
23 | 23 | <entry>1</entry> |
24 | | - <entry></entry> |
| 24 | + <entry> |
| 25 | + Specifies use of SOAP 1.1 when passed as <literal>soap_version</literal> |
| 26 | + option to <methodname>SoapServer::__construct</methodname> or |
| 27 | + <methodname>SoapClient::__construct</methodname>. |
| 28 | + </entry> |
25 | 29 | </row> |
26 | 30 | <row xml:id="constant.soap-1-2"> |
27 | 31 | <entry> |
28 | 32 | <constant>SOAP_1_2</constant> |
29 | 33 | (<type>int</type>) |
30 | 34 | </entry> |
31 | 35 | <entry>2</entry> |
32 | | - <entry></entry> |
| 36 | + <entry> |
| 37 | + Specifies use of SOAP 1.2 when passed as <literal>soap_version</literal> |
| 38 | + option to <methodname>SoapServer::__construct</methodname> or |
| 39 | + <methodname>SoapClient::__construct</methodname>. |
| 40 | + </entry> |
33 | 41 | </row> |
34 | 42 | <row xml:id="constant.soap-persistence-session"> |
35 | 43 | <entry> |
|
61 | 69 | (<type>int</type>) |
62 | 70 | </entry> |
63 | 71 | <entry>1</entry> |
64 | | - <entry></entry> |
| 72 | + <entry> |
| 73 | + Specifies use of SOAP Encoding when passed as <literal>use</literal> |
| 74 | + option to <methodname>SoapClient::__construct</methodname>. |
| 75 | + </entry> |
65 | 76 | </row> |
66 | 77 | <row xml:id="constant.soap-literal"> |
67 | 78 | <entry> |
68 | 79 | <constant>SOAP_LITERAL</constant> |
69 | 80 | (<type>int</type>) |
70 | 81 | </entry> |
71 | 82 | <entry>2</entry> |
72 | | - <entry></entry> |
| 83 | + <entry> |
| 84 | + Specifies use of service-specific encoding when passed as <literal>use</literal> |
| 85 | + option to <methodname>SoapClient::__construct</methodname>. |
| 86 | + </entry> |
73 | 87 | </row> |
74 | 88 | <row xml:id="constant.soap-rpc"> |
75 | 89 | <entry> |
76 | 90 | <constant>SOAP_RPC</constant> |
77 | 91 | (<type>int</type>) |
78 | 92 | </entry> |
79 | 93 | <entry>1</entry> |
80 | | - <entry></entry> |
| 94 | + <entry> |
| 95 | + Specifies use of RPC-style binding when passed as <literal>style</literal> |
| 96 | + option to <methodname>SoapClient::__construct</methodname>. |
| 97 | + </entry> |
81 | 98 | </row> |
82 | 99 | <row xml:id="constant.soap-document"> |
83 | 100 | <entry> |
84 | 101 | <constant>SOAP_DOCUMENT</constant> |
85 | 102 | (<type>int</type>) |
86 | 103 | </entry> |
87 | 104 | <entry>2</entry> |
88 | | - <entry></entry> |
| 105 | + <entry> |
| 106 | + Specifies use of document binding when passed as <literal>style</literal> |
| 107 | + option to <methodname>SoapClient::__construct</methodname>. |
| 108 | + </entry> |
89 | 109 | </row> |
90 | 110 | <row xml:id="constant.soap-actor-next"> |
91 | 111 | <entry> |
|
117 | 137 | (<type>int</type>) |
118 | 138 | </entry> |
119 | 139 | <entry>32</entry> |
120 | | - <entry></entry> |
| 140 | + <entry> |
| 141 | + Specifies use of an "Accept-Encoding" header |
| 142 | + when passed as part of |
| 143 | + <link linkend="soapclient.construct.options.compression"> |
| 144 | + the <parameter>compression</parameter> option</link> |
| 145 | + to <methodname>SoapClient::__construct</methodname>. |
| 146 | + </entry> |
121 | 147 | </row> |
122 | 148 | <row xml:id="constant.soap-compression-gzip"> |
123 | 149 | <entry> |
124 | 150 | <constant>SOAP_COMPRESSION_GZIP</constant> |
125 | 151 | (<type>int</type>) |
126 | 152 | </entry> |
127 | 153 | <entry>0</entry> |
128 | | - <entry></entry> |
| 154 | + <entry> |
| 155 | + Specifies use of gzip compression |
| 156 | + when passed as part of |
| 157 | + <link linkend="soapclient.construct.options.compression"> |
| 158 | + the <parameter>compression</parameter> option</link> |
| 159 | + to <methodname>SoapClient::__construct</methodname>. |
| 160 | + </entry> |
129 | 161 | </row> |
130 | 162 | <row xml:id="constant.soap-compression-deflate"> |
131 | 163 | <entry> |
132 | 164 | <constant>SOAP_COMPRESSION_DEFLATE</constant> |
133 | 165 | (<type>int</type>) |
134 | 166 | </entry> |
135 | 167 | <entry>16</entry> |
136 | | - <entry></entry> |
| 168 | + <entry> |
| 169 | + Specifies use of deflate compression |
| 170 | + when passed as part of |
| 171 | + <link linkend="soapclient.construct.options.compression"> |
| 172 | + the <parameter>compression</parameter> option</link> |
| 173 | + to <methodname>SoapClient::__construct</methodname>. |
| 174 | + </entry> |
137 | 175 | </row> |
138 | 176 | <row xml:id="constant.soap-authentication-basic"> |
139 | 177 | <entry> |
140 | 178 | <constant>SOAP_AUTHENTICATION_BASIC</constant> |
141 | 179 | (<type>int</type>) |
142 | 180 | </entry> |
143 | 181 | <entry>0</entry> |
144 | | - <entry></entry> |
| 182 | + <entry> |
| 183 | + Specifies use of HTTP Basic Authentication when passed as |
| 184 | + <literal>authentication</literal> option to |
| 185 | + <methodname>SoapClient::__construct</methodname>. |
| 186 | + </entry> |
145 | 187 | </row> |
146 | 188 | <row xml:id="constant.soap-authentication-digest"> |
147 | 189 | <entry> |
148 | 190 | <constant>SOAP_AUTHENTICATION_DIGEST</constant> |
149 | 191 | (<type>int</type>) |
150 | 192 | </entry> |
151 | 193 | <entry>1</entry> |
152 | | - <entry></entry> |
| 194 | + <entry> |
| 195 | + Specifies use of HTTP Digest Authentication when passed as |
| 196 | + <literal>authentication</literal> option to |
| 197 | + <methodname>SoapClient::__construct</methodname>. |
| 198 | + </entry> |
153 | 199 | </row> |
154 | 200 | <row xml:id="constant.soap-ssl-method-tls"> |
155 | 201 | <entry> |
156 | 202 | <constant>SOAP_SSL_METHOD_TLS</constant> |
157 | 203 | (<type>int</type>) |
158 | 204 | </entry> |
159 | 205 | <entry>0</entry> |
160 | | - <entry></entry> |
| 206 | + <entry> |
| 207 | + Used with the deprecated |
| 208 | + <link linkend="soapclient.construct.options.ssl-method"> |
| 209 | + <parameter>ssl_method</parameter> option</link> |
| 210 | + to <methodname>SoapClient::__construct</methodname>. |
| 211 | + </entry> |
161 | 212 | </row> |
162 | 213 | <row xml:id="constant.soap-ssl-method-sslv2"> |
163 | 214 | <entry> |
164 | 215 | <constant>SOAP_SSL_METHOD_SSLv2</constant> |
165 | 216 | (<type>int</type>) |
166 | 217 | </entry> |
167 | 218 | <entry>1</entry> |
168 | | - <entry></entry> |
| 219 | + <entry> |
| 220 | + Used with the deprecated |
| 221 | + <link linkend="soapclient.construct.options.ssl-method"> |
| 222 | + <parameter>ssl_method</parameter> option</link> |
| 223 | + to <methodname>SoapClient::__construct</methodname>. |
| 224 | + </entry> |
169 | 225 | </row> |
170 | 226 | <row xml:id="constant.soap-ssl-method-sslv3"> |
171 | 227 | <entry> |
172 | 228 | <constant>SOAP_SSL_METHOD_SSLv3</constant> |
173 | 229 | (<type>int</type>) |
174 | 230 | </entry> |
175 | 231 | <entry>2</entry> |
176 | | - <entry></entry> |
| 232 | + <entry> |
| 233 | + Used with the deprecated |
| 234 | + <link linkend="soapclient.construct.options.ssl-method"> |
| 235 | + <parameter>ssl_method</parameter> option</link> |
| 236 | + to <methodname>SoapClient::__construct</methodname>. |
| 237 | + </entry> |
177 | 238 | </row> |
178 | 239 | <row xml:id="constant.soap-ssl-method-sslv23"> |
179 | 240 | <entry> |
180 | 241 | <constant>SOAP_SSL_METHOD_SSLv23</constant> |
181 | 242 | (<type>int</type>) |
182 | 243 | </entry> |
183 | 244 | <entry>3</entry> |
184 | | - <entry></entry> |
| 245 | + <entry> |
| 246 | + Used with the deprecated |
| 247 | + <link linkend="soapclient.construct.options.ssl-method"> |
| 248 | + <parameter>ssl_method</parameter> option</link> |
| 249 | + to <methodname>SoapClient::__construct</methodname>. |
| 250 | + </entry> |
185 | 251 | </row> |
186 | 252 | <row xml:id="constant.unknown-type"> |
187 | 253 | <entry> |
|
613 | 679 | (<type>int</type>) |
614 | 680 | </entry> |
615 | 681 | <entry>1</entry> |
616 | | - <entry></entry> |
| 682 | + <entry> |
| 683 | + Used with the |
| 684 | + <link linkend="soapclient.construct.options.features"> |
| 685 | + <parameter>features</parameter> option</link> |
| 686 | + to <methodname>SoapClient::__construct</methodname>. |
| 687 | + </entry> |
617 | 688 | </row> |
618 | 689 | <row xml:id="constant.soap-wait-one-way-calls"> |
619 | 690 | <entry> |
620 | 691 | <constant>SOAP_WAIT_ONE_WAY_CALLS</constant> |
621 | 692 | (<type>int</type>) |
622 | 693 | </entry> |
623 | 694 | <entry>2</entry> |
624 | | - <entry></entry> |
| 695 | + <entry> |
| 696 | + Used with the |
| 697 | + <link linkend="soapclient.construct.options.features"> |
| 698 | + <parameter>features</parameter> option</link> |
| 699 | + to <methodname>SoapClient::__construct</methodname>. |
| 700 | + </entry> |
625 | 701 | </row> |
626 | 702 | <row xml:id="constant.soap-use-xsi-array-type"> |
627 | 703 | <entry> |
628 | 704 | <constant>SOAP_USE_XSI_ARRAY_TYPE</constant> |
629 | 705 | (<type>int</type>) |
630 | 706 | </entry> |
631 | 707 | <entry>4</entry> |
632 | | - <entry></entry> |
| 708 | + <entry> |
| 709 | + Used with the |
| 710 | + <link linkend="soapclient.construct.options.features"> |
| 711 | + <parameter>features</parameter> option</link> |
| 712 | + to <methodname>SoapClient::__construct</methodname>. |
| 713 | + </entry> |
633 | 714 | </row> |
634 | 715 | <row xml:id="constant.wsdl-cache-none"> |
635 | 716 | <entry> |
636 | 717 | <constant>WSDL_CACHE_NONE</constant> |
637 | 718 | (<type>int</type>) |
638 | 719 | </entry> |
639 | 720 | <entry>0</entry> |
640 | | - <entry></entry> |
| 721 | + <entry> |
| 722 | + Disables the WSDL cache when used in the |
| 723 | + <link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> |
| 724 | + configuration option or the |
| 725 | + <literal>wsdl_cache</literal> option |
| 726 | + to <methodname>SoapClient::__construct</methodname> |
| 727 | + and <methodname>SoapServer::__construct</methodname>. |
| 728 | + </entry> |
641 | 729 | </row> |
642 | 730 | <row xml:id="constant.wsdl-cache-disk"> |
643 | 731 | <entry> |
644 | 732 | <constant>WSDL_CACHE_DISK</constant> |
645 | 733 | (<type>int</type>) |
646 | 734 | </entry> |
647 | 735 | <entry>1</entry> |
648 | | - <entry></entry> |
| 736 | + <entry> |
| 737 | + Specifies use of the on-disk WSDL cache only when used in the |
| 738 | + <link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> |
| 739 | + configuration option or the |
| 740 | + <literal>wsdl_cache</literal> option |
| 741 | + to <methodname>SoapClient::__construct</methodname> |
| 742 | + and <methodname>SoapServer::__construct</methodname>. |
| 743 | + </entry> |
649 | 744 | </row> |
650 | 745 | <row xml:id="constant.wsdl-cache-memory"> |
651 | 746 | <entry> |
652 | 747 | <constant>WSDL_CACHE_MEMORY</constant> |
653 | 748 | (<type>int</type>) |
654 | 749 | </entry> |
655 | 750 | <entry>2</entry> |
656 | | - <entry></entry> |
| 751 | + <entry> |
| 752 | + Specifies use of the in-memory WSDL cache only when used in the |
| 753 | + <link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> |
| 754 | + configuration option or the |
| 755 | + <literal>wsdl_cache</literal> option |
| 756 | + to <methodname>SoapClient::__construct</methodname> |
| 757 | + and <methodname>SoapServer::__construct</methodname>. |
| 758 | + </entry> |
657 | 759 | </row> |
658 | 760 | <row xml:id="constant.wsdl-cache-both"> |
659 | 761 | <entry> |
660 | 762 | <constant>WSDL_CACHE_BOTH</constant> |
661 | 763 | (<type>int</type>) |
662 | 764 | </entry> |
663 | 765 | <entry>3</entry> |
664 | | - <entry></entry> |
| 766 | + <entry> |
| 767 | + Specifies use of both on-disk and in-memory WSDL caches when used in the |
| 768 | + <link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link> |
| 769 | + configuration option or the |
| 770 | + <literal>wsdl_cache</literal> option |
| 771 | + to <methodname>SoapClient::__construct</methodname> |
| 772 | + and <methodname>SoapServer::__construct</methodname>. |
| 773 | + </entry> |
665 | 774 | </row> |
666 | 775 | </tbody> |
667 | 776 | </tgroup> |
|
0 commit comments