reference/soap/constants.xml
37280533a76693adac626a37ffc8daa2276400ce
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<appendix xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
&reftitle.constants;
6
5
&extension.constants;
...
...
@@ -18,656 +17,764 @@
18
17
<row xml:id="constant.soap-1-1">
19
18
<entry>
20
19
<constant>SOAP_1_1</constant>
21
-
(<type>integer</type>)
20
+
(<type>int</type>)
22
21
</entry>
23
22
<entry>1</entry>
24
-
<entry></entry>
23
+
<entry>
24
+
Specifies use of SOAP 1.1 when passed as <literal>soap_version</literal>
25
+
option to <methodname>SoapServer::__construct</methodname> or
26
+
<methodname>SoapClient::__construct</methodname>.
27
+
</entry>
25
28
</row>
26
29
<row xml:id="constant.soap-1-2">
27
30
<entry>
28
31
<constant>SOAP_1_2</constant>
29
-
(<type>integer</type>)
32
+
(<type>int</type>)
30
33
</entry>
31
34
<entry>2</entry>
32
-
<entry></entry>
35
+
<entry>
36
+
Specifies use of SOAP 1.2 when passed as <literal>soap_version</literal>
37
+
option to <methodname>SoapServer::__construct</methodname> or
38
+
<methodname>SoapClient::__construct</methodname>.
39
+
</entry>
33
40
</row>
34
41
<row xml:id="constant.soap-persistence-session">
35
42
<entry>
36
43
<constant>SOAP_PERSISTENCE_SESSION</constant>
37
-
(<type>integer</type>)
44
+
(<type>int</type>)
38
45
</entry>
39
46
<entry>1</entry>
40
-
<entry></entry>
47
+
<entry/>
41
48
</row>
42
49
<row xml:id="constant.soap-persistence-request">
43
50
<entry>
44
51
<constant>SOAP_PERSISTENCE_REQUEST</constant>
45
-
(<type>integer</type>)
52
+
(<type>int</type>)
46
53
</entry>
47
54
<entry>2</entry>
48
-
<entry></entry>
55
+
<entry/>
49
56
</row>
50
57
<row xml:id="constant.soap-functions-all">
51
58
<entry>
52
59
<constant>SOAP_FUNCTIONS_ALL</constant>
53
-
(<type>integer</type>)
60
+
(<type>int</type>)
54
61
</entry>
55
62
<entry>999</entry>
56
-
<entry></entry>
63
+
<entry/>
57
64
</row>
58
65
<row xml:id="constant.soap-encoded">
59
66
<entry>
60
67
<constant>SOAP_ENCODED</constant>
61
-
(<type>integer</type>)
68
+
(<type>int</type>)
62
69
</entry>
63
70
<entry>1</entry>
64
-
<entry></entry>
71
+
<entry>
72
+
Specifies use of SOAP Encoding when passed as <literal>use</literal>
73
+
option to <methodname>SoapClient::__construct</methodname>.
74
+
</entry>
65
75
</row>
66
76
<row xml:id="constant.soap-literal">
67
77
<entry>
68
78
<constant>SOAP_LITERAL</constant>
69
-
(<type>integer</type>)
79
+
(<type>int</type>)
70
80
</entry>
71
81
<entry>2</entry>
72
-
<entry></entry>
82
+
<entry>
83
+
Specifies use of service-specific encoding when passed as <literal>use</literal>
84
+
option to <methodname>SoapClient::__construct</methodname>.
85
+
</entry>
73
86
</row>
74
87
<row xml:id="constant.soap-rpc">
75
88
<entry>
76
89
<constant>SOAP_RPC</constant>
77
-
(<type>integer</type>)
90
+
(<type>int</type>)
78
91
</entry>
79
92
<entry>1</entry>
80
-
<entry></entry>
93
+
<entry>
94
+
Specifies use of RPC-style binding when passed as <literal>style</literal>
95
+
option to <methodname>SoapClient::__construct</methodname>.
96
+
</entry>
81
97
</row>
82
98
<row xml:id="constant.soap-document">
83
99
<entry>
84
100
<constant>SOAP_DOCUMENT</constant>
85
-
(<type>integer</type>)
101
+
(<type>int</type>)
86
102
</entry>
87
103
<entry>2</entry>
88
-
<entry></entry>
104
+
<entry>
105
+
Specifies use of document binding when passed as <literal>style</literal>
106
+
option to <methodname>SoapClient::__construct</methodname>.
107
+
</entry>
89
108
</row>
90
109
<row xml:id="constant.soap-actor-next">
91
110
<entry>
92
111
<constant>SOAP_ACTOR_NEXT</constant>
93
-
(<type>integer</type>)
112
+
(<type>int</type>)
94
113
</entry>
95
114
<entry>1</entry>
96
-
<entry></entry>
115
+
<entry/>
97
116
</row>
98
117
<row xml:id="constant.soap-actor-none">
99
118
<entry>
100
119
<constant>SOAP_ACTOR_NONE</constant>
101
-
(<type>integer</type>)
120
+
(<type>int</type>)
102
121
</entry>
103
122
<entry>2</entry>
104
-
<entry></entry>
123
+
<entry/>
105
124
</row>
106
125
<row xml:id="constant.soap-actor-unlimatereceiver">
107
126
<entry>
108
127
<constant>SOAP_ACTOR_UNLIMATERECEIVER</constant>
109
-
(<type>integer</type>)
128
+
(<type>int</type>)
110
129
</entry>
111
130
<entry>3</entry>
112
-
<entry></entry>
131
+
<entry/>
113
132
</row>
114
133
<row xml:id="constant.soap-compression-accept">
115
134
<entry>
116
135
<constant>SOAP_COMPRESSION_ACCEPT</constant>
117
-
(<type>integer</type>)
136
+
(<type>int</type>)
118
137
</entry>
119
138
<entry>32</entry>
120
-
<entry></entry>
139
+
<entry>
140
+
Specifies use of an "Accept-Encoding" header
141
+
when passed as part of
142
+
<link linkend="soapclient.construct.options.compression">
143
+
the <parameter>compression</parameter> option</link>
144
+
to <methodname>SoapClient::__construct</methodname>.
145
+
</entry>
121
146
</row>
122
147
<row xml:id="constant.soap-compression-gzip">
123
148
<entry>
124
149
<constant>SOAP_COMPRESSION_GZIP</constant>
125
-
(<type>integer</type>)
150
+
(<type>int</type>)
126
151
</entry>
127
152
<entry>0</entry>
128
-
<entry></entry>
153
+
<entry>
154
+
Specifies use of gzip compression
155
+
when passed as part of
156
+
<link linkend="soapclient.construct.options.compression">
157
+
the <parameter>compression</parameter> option</link>
158
+
to <methodname>SoapClient::__construct</methodname>.
159
+
</entry>
129
160
</row>
130
161
<row xml:id="constant.soap-compression-deflate">
131
162
<entry>
132
163
<constant>SOAP_COMPRESSION_DEFLATE</constant>
133
-
(<type>integer</type>)
164
+
(<type>int</type>)
134
165
</entry>
135
166
<entry>16</entry>
136
-
<entry></entry>
167
+
<entry>
168
+
Specifies use of deflate compression
169
+
when passed as part of
170
+
<link linkend="soapclient.construct.options.compression">
171
+
the <parameter>compression</parameter> option</link>
172
+
to <methodname>SoapClient::__construct</methodname>.
173
+
</entry>
137
174
</row>
138
175
<row xml:id="constant.soap-authentication-basic">
139
176
<entry>
140
177
<constant>SOAP_AUTHENTICATION_BASIC</constant>
141
-
(<type>integer</type>)
178
+
(<type>int</type>)
142
179
</entry>
143
180
<entry>0</entry>
144
-
<entry></entry>
181
+
<entry>
182
+
Specifies use of HTTP Basic Authentication when passed as
183
+
<literal>authentication</literal> option to
184
+
<methodname>SoapClient::__construct</methodname>.
185
+
</entry>
145
186
</row>
146
187
<row xml:id="constant.soap-authentication-digest">
147
188
<entry>
148
189
<constant>SOAP_AUTHENTICATION_DIGEST</constant>
149
-
(<type>integer</type>)
190
+
(<type>int</type>)
150
191
</entry>
151
192
<entry>1</entry>
152
-
<entry></entry>
193
+
<entry>
194
+
Specifies use of HTTP Digest Authentication when passed as
195
+
<literal>authentication</literal> option to
196
+
<methodname>SoapClient::__construct</methodname>.
197
+
</entry>
153
198
</row>
154
199
<row xml:id="constant.soap-ssl-method-tls">
155
200
<entry>
156
201
<constant>SOAP_SSL_METHOD_TLS</constant>
157
-
(<type>integer</type>)
202
+
(<type>int</type>)
158
203
</entry>
159
204
<entry>0</entry>
160
-
<entry>Since PHP 5.5.0.</entry>
205
+
<entry>
206
+
Used with the deprecated
207
+
<link linkend="soapclient.construct.options.ssl-method">
208
+
<parameter>ssl_method</parameter> option</link>
209
+
to <methodname>SoapClient::__construct</methodname>.
210
+
</entry>
161
211
</row>
162
212
<row xml:id="constant.soap-ssl-method-sslv2">
163
213
<entry>
164
214
<constant>SOAP_SSL_METHOD_SSLv2</constant>
165
-
(<type>integer</type>)
215
+
(<type>int</type>)
166
216
</entry>
167
217
<entry>1</entry>
168
-
<entry>Since PHP 5.5.0.</entry>
218
+
<entry>
219
+
Used with the deprecated
220
+
<link linkend="soapclient.construct.options.ssl-method">
221
+
<parameter>ssl_method</parameter> option</link>
222
+
to <methodname>SoapClient::__construct</methodname>.
223
+
</entry>
169
224
</row>
170
225
<row xml:id="constant.soap-ssl-method-sslv3">
171
226
<entry>
172
227
<constant>SOAP_SSL_METHOD_SSLv3</constant>
173
-
(<type>integer</type>)
228
+
(<type>int</type>)
174
229
</entry>
175
230
<entry>2</entry>
176
-
<entry>Since PHP 5.5.0.</entry>
231
+
<entry>
232
+
Used with the deprecated
233
+
<link linkend="soapclient.construct.options.ssl-method">
234
+
<parameter>ssl_method</parameter> option</link>
235
+
to <methodname>SoapClient::__construct</methodname>.
236
+
</entry>
177
237
</row>
178
238
<row xml:id="constant.soap-ssl-method-sslv23">
179
239
<entry>
180
240
<constant>SOAP_SSL_METHOD_SSLv23</constant>
181
-
(<type>integer</type>)
241
+
(<type>int</type>)
182
242
</entry>
183
243
<entry>3</entry>
184
-
<entry>Since PHP 5.5.0.</entry>
244
+
<entry>
245
+
Used with the deprecated
246
+
<link linkend="soapclient.construct.options.ssl-method">
247
+
<parameter>ssl_method</parameter> option</link>
248
+
to <methodname>SoapClient::__construct</methodname>.
249
+
</entry>
185
250
</row>
186
251
<row xml:id="constant.unknown-type">
187
252
<entry>
188
253
<constant>UNKNOWN_TYPE</constant>
189
-
(<type>integer</type>)
254
+
(<type>int</type>)
190
255
</entry>
191
256
<entry>999998</entry>
192
-
<entry></entry>
257
+
<entry/>
193
258
</row>
194
259
<row xml:id="constant.xsd-string">
195
260
<entry>
196
261
<constant>XSD_STRING</constant>
197
-
(<type>integer</type>)
262
+
(<type>int</type>)
198
263
</entry>
199
264
<entry>101</entry>
200
-
<entry></entry>
265
+
<entry/>
201
266
</row>
202
267
<row xml:id="constant.xsd-boolean">
203
268
<entry>
204
269
<constant>XSD_BOOLEAN</constant>
205
-
(<type>integer</type>)
270
+
(<type>int</type>)
206
271
</entry>
207
272
<entry>102</entry>
208
-
<entry></entry>
273
+
<entry/>
209
274
</row>
210
275
<row xml:id="constant.xsd-decimal">
211
276
<entry>
212
277
<constant>XSD_DECIMAL</constant>
213
-
(<type>integer</type>)
278
+
(<type>int</type>)
214
279
</entry>
215
280
<entry>103</entry>
216
-
<entry></entry>
281
+
<entry/>
217
282
</row>
218
283
<row xml:id="constant.xsd-float">
219
284
<entry>
220
285
<constant>XSD_FLOAT</constant>
221
-
(<type>integer</type>)
286
+
(<type>int</type>)
222
287
</entry>
223
288
<entry>104</entry>
224
-
<entry></entry>
289
+
<entry/>
225
290
</row>
226
291
<row xml:id="constant.xsd-double">
227
292
<entry>
228
293
<constant>XSD_DOUBLE</constant>
229
-
(<type>integer</type>)
294
+
(<type>int</type>)
230
295
</entry>
231
296
<entry>105</entry>
232
-
<entry></entry>
297
+
<entry/>
233
298
</row>
234
299
<row xml:id="constant.xsd-duration">
235
300
<entry>
236
301
<constant>XSD_DURATION</constant>
237
-
(<type>integer</type>)
302
+
(<type>int</type>)
238
303
</entry>
239
304
<entry>106</entry>
240
-
<entry></entry>
305
+
<entry/>
241
306
</row>
242
307
<row xml:id="constant.xsd-datetime">
243
308
<entry>
244
309
<constant>XSD_DATETIME</constant>
245
-
(<type>integer</type>)
310
+
(<type>int</type>)
246
311
</entry>
247
312
<entry>107</entry>
248
-
<entry></entry>
313
+
<entry/>
249
314
</row>
250
315
<row xml:id="constant.xsd-time">
251
316
<entry>
252
317
<constant>XSD_TIME</constant>
253
-
(<type>integer</type>)
318
+
(<type>int</type>)
254
319
</entry>
255
320
<entry>108</entry>
256
-
<entry></entry>
321
+
<entry/>
257
322
</row>
258
323
<row xml:id="constant.xsd-date">
259
324
<entry>
260
325
<constant>XSD_DATE</constant>
261
-
(<type>integer</type>)
326
+
(<type>int</type>)
262
327
</entry>
263
328
<entry>109</entry>
264
-
<entry></entry>
329
+
<entry/>
265
330
</row>
266
331
<row xml:id="constant.xsd-gyearmonth">
267
332
<entry>
268
333
<constant>XSD_GYEARMONTH</constant>
269
-
(<type>integer</type>)
334
+
(<type>int</type>)
270
335
</entry>
271
336
<entry>110</entry>
272
-
<entry></entry>
337
+
<entry/>
273
338
</row>
274
339
<row xml:id="constant.xsd-gyear">
275
340
<entry>
276
341
<constant>XSD_GYEAR</constant>
277
-
(<type>integer</type>)
342
+
(<type>int</type>)
278
343
</entry>
279
344
<entry>111</entry>
280
-
<entry></entry>
345
+
<entry/>
281
346
</row>
282
347
<row xml:id="constant.xsd-gmonthday">
283
348
<entry>
284
349
<constant>XSD_GMONTHDAY</constant>
285
-
(<type>integer</type>)
350
+
(<type>int</type>)
286
351
</entry>
287
352
<entry>112</entry>
288
-
<entry></entry>
353
+
<entry/>
289
354
</row>
290
355
<row xml:id="constant.xsd-gday">
291
356
<entry>
292
357
<constant>XSD_GDAY</constant>
293
-
(<type>integer</type>)
358
+
(<type>int</type>)
294
359
</entry>
295
360
<entry>113</entry>
296
-
<entry></entry>
361
+
<entry/>
297
362
</row>
298
363
<row xml:id="constant.xsd-gmonth">
299
364
<entry>
300
365
<constant>XSD_GMONTH</constant>
301
-
(<type>integer</type>)
366
+
(<type>int</type>)
302
367
</entry>
303
368
<entry>114</entry>
304
-
<entry></entry>
369
+
<entry/>
305
370
</row>
306
371
<row xml:id="constant.xsd-hexbinary">
307
372
<entry>
308
373
<constant>XSD_HEXBINARY</constant>
309
-
(<type>integer</type>)
374
+
(<type>int</type>)
310
375
</entry>
311
376
<entry>115</entry>
312
-
<entry></entry>
377
+
<entry/>
313
378
</row>
314
379
<row xml:id="constant.xsd-base64binary">
315
380
<entry>
316
381
<constant>XSD_BASE64BINARY</constant>
317
-
(<type>integer</type>)
382
+
(<type>int</type>)
318
383
</entry>
319
384
<entry>116</entry>
320
-
<entry></entry>
385
+
<entry/>
321
386
</row>
322
387
<row xml:id="constant.xsd-anyuri">
323
388
<entry>
324
389
<constant>XSD_ANYURI</constant>
325
-
(<type>integer</type>)
390
+
(<type>int</type>)
326
391
</entry>
327
392
<entry>117</entry>
328
-
<entry></entry>
393
+
<entry/>
329
394
</row>
330
395
<row xml:id="constant.xsd-qname">
331
396
<entry>
332
397
<constant>XSD_QNAME</constant>
333
-
(<type>integer</type>)
398
+
(<type>int</type>)
334
399
</entry>
335
400
<entry>118</entry>
336
-
<entry></entry>
401
+
<entry/>
337
402
</row>
338
403
<row xml:id="constant.xsd-notation">
339
404
<entry>
340
405
<constant>XSD_NOTATION</constant>
341
-
(<type>integer</type>)
406
+
(<type>int</type>)
342
407
</entry>
343
408
<entry>119</entry>
344
-
<entry></entry>
409
+
<entry/>
345
410
</row>
346
411
<row xml:id="constant.xsd-normalizedstring">
347
412
<entry>
348
413
<constant>XSD_NORMALIZEDSTRING</constant>
349
-
(<type>integer</type>)
414
+
(<type>int</type>)
350
415
</entry>
351
416
<entry>120</entry>
352
-
<entry></entry>
417
+
<entry/>
353
418
</row>
354
419
<row xml:id="constant.xsd-token">
355
420
<entry>
356
421
<constant>XSD_TOKEN</constant>
357
-
(<type>integer</type>)
422
+
(<type>int</type>)
358
423
</entry>
359
424
<entry>121</entry>
360
-
<entry></entry>
425
+
<entry/>
361
426
</row>
362
427
<row xml:id="constant.xsd-language">
363
428
<entry>
364
429
<constant>XSD_LANGUAGE</constant>
365
-
(<type>integer</type>)
430
+
(<type>int</type>)
366
431
</entry>
367
432
<entry>122</entry>
368
-
<entry></entry>
433
+
<entry/>
369
434
</row>
370
435
<row xml:id="constant.xsd-nmtoken">
371
436
<entry>
372
437
<constant>XSD_NMTOKEN</constant>
373
-
(<type>integer</type>)
438
+
(<type>int</type>)
374
439
</entry>
375
440
<entry>123</entry>
376
-
<entry></entry>
441
+
<entry/>
377
442
</row>
378
443
<row xml:id="constant.xsd-name">
379
444
<entry>
380
445
<constant>XSD_NAME</constant>
381
-
(<type>integer</type>)
446
+
(<type>int</type>)
382
447
</entry>
383
448
<entry>124</entry>
384
-
<entry></entry>
449
+
<entry/>
385
450
</row>
386
451
<row xml:id="constant.xsd-ncname">
387
452
<entry>
388
453
<constant>XSD_NCNAME</constant>
389
-
(<type>integer</type>)
454
+
(<type>int</type>)
390
455
</entry>
391
456
<entry>125</entry>
392
-
<entry></entry>
457
+
<entry/>
393
458
</row>
394
459
<row xml:id="constant.xsd-id">
395
460
<entry>
396
461
<constant>XSD_ID</constant>
397
-
(<type>integer</type>)
462
+
(<type>int</type>)
398
463
</entry>
399
464
<entry>126</entry>
400
-
<entry></entry>
465
+
<entry/>
401
466
</row>
402
467
<row xml:id="constant.xsd-idref">
403
468
<entry>
404
469
<constant>XSD_IDREF</constant>
405
-
(<type>integer</type>)
470
+
(<type>int</type>)
406
471
</entry>
407
472
<entry>127</entry>
408
-
<entry></entry>
473
+
<entry/>
409
474
</row>
410
475
<row xml:id="constant.xsd-idrefs">
411
476
<entry>
412
477
<constant>XSD_IDREFS</constant>
413
-
(<type>integer</type>)
478
+
(<type>int</type>)
414
479
</entry>
415
480
<entry>128</entry>
416
-
<entry></entry>
481
+
<entry/>
417
482
</row>
418
483
<row xml:id="constant.xsd-entity">
419
484
<entry>
420
485
<constant>XSD_ENTITY</constant>
421
-
(<type>integer</type>)
486
+
(<type>int</type>)
422
487
</entry>
423
488
<entry>129</entry>
424
-
<entry></entry>
489
+
<entry/>
425
490
</row>
426
491
<row xml:id="constant.xsd-entities">
427
492
<entry>
428
493
<constant>XSD_ENTITIES</constant>
429
-
(<type>integer</type>)
494
+
(<type>int</type>)
430
495
</entry>
431
496
<entry>130</entry>
432
-
<entry></entry>
497
+
<entry/>
433
498
</row>
434
499
<row xml:id="constant.xsd-integer">
435
500
<entry>
436
501
<constant>XSD_INTEGER</constant>
437
-
(<type>integer</type>)
502
+
(<type>int</type>)
438
503
</entry>
439
504
<entry>131</entry>
440
-
<entry></entry>
505
+
<entry/>
441
506
</row>
442
507
<row xml:id="constant.xsd-nonpositiveinteger">
443
508
<entry>
444
509
<constant>XSD_NONPOSITIVEINTEGER</constant>
445
-
(<type>integer</type>)
510
+
(<type>int</type>)
446
511
</entry>
447
512
<entry>132</entry>
448
-
<entry></entry>
513
+
<entry/>
449
514
</row>
450
515
<row xml:id="constant.xsd-negativeinteger">
451
516
<entry>
452
517
<constant>XSD_NEGATIVEINTEGER</constant>
453
-
(<type>integer</type>)
518
+
(<type>int</type>)
454
519
</entry>
455
520
<entry>133</entry>
456
-
<entry></entry>
521
+
<entry/>
457
522
</row>
458
523
<row xml:id="constant.xsd-long">
459
524
<entry>
460
525
<constant>XSD_LONG</constant>
461
-
(<type>integer</type>)
526
+
(<type>int</type>)
462
527
</entry>
463
528
<entry>134</entry>
464
-
<entry></entry>
529
+
<entry/>
465
530
</row>
466
531
<row xml:id="constant.xsd-int">
467
532
<entry>
468
533
<constant>XSD_INT</constant>
469
-
(<type>integer</type>)
534
+
(<type>int</type>)
470
535
</entry>
471
536
<entry>135</entry>
472
-
<entry></entry>
537
+
<entry/>
473
538
</row>
474
539
<row xml:id="constant.xsd-short">
475
540
<entry>
476
541
<constant>XSD_SHORT</constant>
477
-
(<type>integer</type>)
542
+
(<type>int</type>)
478
543
</entry>
479
544
<entry>136</entry>
480
-
<entry></entry>
545
+
<entry/>
481
546
</row>
482
547
<row xml:id="constant.xsd-byte">
483
548
<entry>
484
549
<constant>XSD_BYTE</constant>
485
-
(<type>integer</type>)
550
+
(<type>int</type>)
486
551
</entry>
487
552
<entry>137</entry>
488
-
<entry></entry>
553
+
<entry/>
489
554
</row>
490
555
<row xml:id="constant.xsd-nonnegativeinteger">
491
556
<entry>
492
557
<constant>XSD_NONNEGATIVEINTEGER</constant>
493
-
(<type>integer</type>)
558
+
(<type>int</type>)
494
559
</entry>
495
560
<entry>138</entry>
496
-
<entry></entry>
561
+
<entry/>
497
562
</row>
498
563
<row xml:id="constant.xsd-unsignedlong">
499
564
<entry>
500
565
<constant>XSD_UNSIGNEDLONG</constant>
501
-
(<type>integer</type>)
566
+
(<type>int</type>)
502
567
</entry>
503
568
<entry>139</entry>
504
-
<entry></entry>
569
+
<entry/>
505
570
</row>
506
571
<row xml:id="constant.xsd-unsignedint">
507
572
<entry>
508
573
<constant>XSD_UNSIGNEDINT</constant>
509
-
(<type>integer</type>)
574
+
(<type>int</type>)
510
575
</entry>
511
576
<entry>140</entry>
512
-
<entry></entry>
577
+
<entry/>
513
578
</row>
514
579
<row xml:id="constant.xsd-unsignedshort">
515
580
<entry>
516
581
<constant>XSD_UNSIGNEDSHORT</constant>
517
-
(<type>integer</type>)
582
+
(<type>int</type>)
518
583
</entry>
519
584
<entry>141</entry>
520
-
<entry></entry>
585
+
<entry/>
521
586
</row>
522
587
<row xml:id="constant.xsd-unsignedbyte">
523
588
<entry>
524
589
<constant>XSD_UNSIGNEDBYTE</constant>
525
-
(<type>integer</type>)
590
+
(<type>int</type>)
526
591
</entry>
527
592
<entry>142</entry>
528
-
<entry></entry>
593
+
<entry/>
529
594
</row>
530
595
<row xml:id="constant.xsd-positiveinteger">
531
596
<entry>
532
597
<constant>XSD_POSITIVEINTEGER</constant>
533
-
(<type>integer</type>)
598
+
(<type>int</type>)
534
599
</entry>
535
600
<entry>143</entry>
536
-
<entry></entry>
601
+
<entry/>
537
602
</row>
538
603
<row xml:id="constant.xsd-nmtokens">
539
604
<entry>
540
605
<constant>XSD_NMTOKENS</constant>
541
-
(<type>integer</type>)
606
+
(<type>int</type>)
542
607
</entry>
543
608
<entry>144</entry>
544
-
<entry></entry>
609
+
<entry/>
545
610
</row>
546
611
<row xml:id="constant.xsd-anytype">
547
612
<entry>
548
613
<constant>XSD_ANYTYPE</constant>
549
-
(<type>integer</type>)
614
+
(<type>int</type>)
550
615
</entry>
551
616
<entry>145</entry>
552
-
<entry></entry>
617
+
<entry/>
553
618
</row>
554
619
<row xml:id="constant.xsd-anyxml">
555
620
<entry>
556
621
<constant>XSD_ANYXML</constant>
557
-
(<type>integer</type>)
622
+
(<type>int</type>)
558
623
</entry>
559
624
<entry>147</entry>
560
-
<entry></entry>
625
+
<entry/>
561
626
</row>
562
627
<row xml:id="constant.apache-map">
563
628
<entry>
564
629
<constant>APACHE_MAP</constant>
565
-
(<type>integer</type>)
630
+
(<type>int</type>)
566
631
</entry>
567
632
<entry>200</entry>
568
-
<entry></entry>
633
+
<entry/>
569
634
</row>
570
635
<row xml:id="constant.soap-enc-object">
571
636
<entry>
572
637
<constant>SOAP_ENC_OBJECT</constant>
573
-
(<type>integer</type>)
638
+
(<type>int</type>)
574
639
</entry>
575
640
<entry>301</entry>
576
-
<entry></entry>
641
+
<entry/>
577
642
</row>
578
643
<row xml:id="constant.soap-enc-array">
579
644
<entry>
580
645
<constant>SOAP_ENC_ARRAY</constant>
581
-
(<type>integer</type>)
646
+
(<type>int</type>)
582
647
</entry>
583
648
<entry>300</entry>
584
-
<entry></entry>
649
+
<entry/>
585
650
</row>
586
651
<row xml:id="constant.xsd-1999-timeinstant">
587
652
<entry>
588
653
<constant>XSD_1999_TIMEINSTANT</constant>
589
-
(<type>integer</type>)
654
+
(<type>int</type>)
590
655
</entry>
591
656
<entry>401</entry>
592
-
<entry></entry>
657
+
<entry/>
593
658
</row>
594
659
<row xml:id="constant.xsd-namespace">
595
660
<entry>
596
661
<constant>XSD_NAMESPACE</constant>
597
-
(<type>integer</type>)
662
+
(<type>string</type>)
598
663
</entry>
599
664
<entry>http://www.w3.org/2001/XMLSchema</entry>
600
-
<entry></entry>
665
+
<entry/>
601
666
</row>
602
667
<row xml:id="constant.xsd-1999-namespace">
603
668
<entry>
604
669
<constant>XSD_1999_NAMESPACE</constant>
605
-
(<type>integer</type>)
670
+
(<type>string</type>)
606
671
</entry>
607
672
<entry>http://www.w3.org/1999/XMLSchema</entry>
608
-
<entry></entry>
673
+
<entry/>
609
674
</row>
610
675
<row xml:id="constant.soap-single-element-arrays">
611
676
<entry>
612
677
<constant>SOAP_SINGLE_ELEMENT_ARRAYS</constant>
613
-
(<type>integer</type>)
678
+
(<type>int</type>)
614
679
</entry>
615
680
<entry>1</entry>
616
-
<entry></entry>
681
+
<entry>
682
+
Used with the
683
+
<link linkend="soapclient.construct.options.features">
684
+
<parameter>features</parameter> option</link>
685
+
to <methodname>SoapClient::__construct</methodname>.
686
+
</entry>
617
687
</row>
618
688
<row xml:id="constant.soap-wait-one-way-calls">
619
689
<entry>
620
690
<constant>SOAP_WAIT_ONE_WAY_CALLS</constant>
621
-
(<type>integer</type>)
691
+
(<type>int</type>)
622
692
</entry>
623
693
<entry>2</entry>
624
-
<entry></entry>
694
+
<entry>
695
+
Used with the
696
+
<link linkend="soapclient.construct.options.features">
697
+
<parameter>features</parameter> option</link>
698
+
to <methodname>SoapClient::__construct</methodname>.
699
+
</entry>
625
700
</row>
626
701
<row xml:id="constant.soap-use-xsi-array-type">
627
702
<entry>
628
703
<constant>SOAP_USE_XSI_ARRAY_TYPE</constant>
629
-
(<type>integer</type>)
704
+
(<type>int</type>)
630
705
</entry>
631
706
<entry>4</entry>
632
-
<entry></entry>
707
+
<entry>
708
+
Used with the
709
+
<link linkend="soapclient.construct.options.features">
710
+
<parameter>features</parameter> option</link>
711
+
to <methodname>SoapClient::__construct</methodname>.
712
+
</entry>
633
713
</row>
634
714
<row xml:id="constant.wsdl-cache-none">
635
715
<entry>
636
716
<constant>WSDL_CACHE_NONE</constant>
637
-
(<type>integer</type>)
717
+
(<type>int</type>)
638
718
</entry>
639
719
<entry>0</entry>
640
-
<entry></entry>
720
+
<entry>
721
+
Disables the WSDL cache when used in the
722
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
723
+
configuration option or the
724
+
<literal>wsdl_cache</literal> option
725
+
to <methodname>SoapClient::__construct</methodname>
726
+
and <methodname>SoapServer::__construct</methodname>.
727
+
</entry>
641
728
</row>
642
729
<row xml:id="constant.wsdl-cache-disk">
643
730
<entry>
644
731
<constant>WSDL_CACHE_DISK</constant>
645
-
(<type>integer</type>)
732
+
(<type>int</type>)
646
733
</entry>
647
734
<entry>1</entry>
648
-
<entry></entry>
735
+
<entry>
736
+
Specifies use of the on-disk WSDL cache only when used in the
737
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
738
+
configuration option or the
739
+
<literal>wsdl_cache</literal> option
740
+
to <methodname>SoapClient::__construct</methodname>
741
+
and <methodname>SoapServer::__construct</methodname>.
742
+
</entry>
649
743
</row>
650
744
<row xml:id="constant.wsdl-cache-memory">
651
745
<entry>
652
746
<constant>WSDL_CACHE_MEMORY</constant>
653
-
(<type>integer</type>)
747
+
(<type>int</type>)
654
748
</entry>
655
749
<entry>2</entry>
656
-
<entry></entry>
750
+
<entry>
751
+
Specifies use of the in-memory WSDL cache only when used in the
752
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
753
+
configuration option or the
754
+
<literal>wsdl_cache</literal> option
755
+
to <methodname>SoapClient::__construct</methodname>
756
+
and <methodname>SoapServer::__construct</methodname>.
757
+
</entry>
657
758
</row>
658
759
<row xml:id="constant.wsdl-cache-both">
659
760
<entry>
660
761
<constant>WSDL_CACHE_BOTH</constant>
661
-
(<type>integer</type>)
762
+
(<type>int</type>)
662
763
</entry>
663
764
<entry>3</entry>
664
-
<entry></entry>
765
+
<entry>
766
+
Specifies use of both on-disk and in-memory WSDL caches when used in the
767
+
<link linkend="ini.soap.wsdl-cache">soap.wsdl_cache</link>
768
+
configuration option or the
769
+
<literal>wsdl_cache</literal> option
770
+
to <methodname>SoapClient::__construct</methodname>
771
+
and <methodname>SoapServer::__construct</methodname>.
772
+
</entry>
665
773
</row>
666
774
</tbody>
667
775
</tgroup>
668
776
</table>
669
777
</appendix>
670
-

671
778
<!-- Keep this comment at the end of the file
672
779
Local variables:
673
780
mode: sgml
...
...
@@ -688,4 +795,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
688
795
vim: et tw=78 syn=sgml
689
796
vi: ts=1 sw=1
690
797
-->
691
-

692
798