File: constants.xml

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (490 lines) | stat: -rw-r--r-- 16,878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<section id='mysqli.constants'>
 &reftitle.constants;
 
 <table>
  <title>MySQLi Constants</title>
   <tgroup cols='2'>
    <thead>
     <row>
      <entry>Name</entry>
      <entry>Description</entry>
     </row>
    </thead>
    <tbody>
     <row>
      <entry>
       <constant id='constantmysqli-read-default-group'>MYSQLI_READ_DEFAULT_GROUP</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Read options from the named group from `my.cnf' or the file specified with <literal>MYSQLI_READ_DEFAULT_FILE</literal>
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-read-default-file'>MYSQLI_READ_DEFAULT_FILE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Read options from the named option file instead of from <literal>my.cnf</literal>
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-opt-connect-timeout'>MYSQLI_OPT_CONNECT_TIMEOUT</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Connect timeout in seconds
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-opt-local-infile'>MYSQLI_OPT_LOCAL_INFILE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Enables command <literal>LOAD LOCAL INFILE</literal>
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-init-command'>MYSQLI_INIT_COMMAND</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting.
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-client-ssl'>MYSQLI_CLIENT_SSL</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Use SSL (encrypted protocol). This option should not be set by application programs; 
       it is set internally in the MySQL client library
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-client-compress'>MYSQLI_CLIENT_COMPRESS</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Use compression protocol
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-client-interactive'>MYSQLI_CLIENT_INTERACTIVE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. The client's session wait_timeout variable will be set to the value of the session interactive_timeout variable. 
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-client-ignore-space'>MYSQLI_CLIENT_IGNORE_SPACE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Allow spaces after function names. Makes all functions names reserved words. 
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-client-no-schema'>MYSQLI_CLIENT_NO_SCHEMA</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Don't allow the db_name.tbl_name.col_name syntax.
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-client-multi-queries'>MYSQLI_CLIENT_MULTI_QUERIES</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-store-result'>MYSQLI_STORE_RESULT</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       For using buffered resultsets
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-use-result'>MYSQLI_USE_RESULT</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       For using unbuffered resultsets
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-assoc'>MYSQLI_ASSOC</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Columns are returned into the array having the fieldname as the array index.
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-num'>MYSQLI_NUM</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Columns are returned into the array having an enumerated index.
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-both'>MYSQLI_BOTH</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Columns are returned into the array having both a numerical index and the fieldname as the associative index. 
      </entry>
     </row>
     <row>     
      <entry>
       <constant id='constantmysqli-not-null-flag'>MYSQLI_NOT_NULL_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>
      Indicates that a field is defined as <literal>NOT NULL</literal>
     </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-pri-key-flag'>MYSQLI_PRI_KEY_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Field is part of a primary index
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-unique-key-flag'>MYSQLI_UNIQUE_KEY_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Field is part of a unique index.
      </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-multiple-key-flag'>MYSQLI_MULTIPLE_KEY_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>
      Field is part of an index.
     </entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-blob-flag'>MYSQLI_BLOB_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>BLOB</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-unsigned-flag'>MYSQLI_UNSIGNED_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>UNSIGNED</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-zerofill-flag'>MYSQLI_ZEROFILL_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>ZEROFILL</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-auto-increment-flag'>MYSQLI_AUTO_INCREMENT_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>AUTO_INCREMENT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-timestamp-flag'>MYSQLI_TIMESTAMP_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>TIMESTAMP</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-set-flag'>MYSQLI_SET_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>SET</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-num-flag'>MYSQLI_NUM_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>NUMERIC</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-part-key-flag'>MYSQLI_PART_KEY_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is part of an multi-index</entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-group-flag'>MYSQLI_GROUP_FLAG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is part of <literal>GROUP BY</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_DECIMAL</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>DECIMAL</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-newdecimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>Precision math <literal>DECIMAL</literal> or <literal>NUMERIC</literal> field (MySQL 5.0.3 and up)</entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-bit'>MYSQLI_TYPE_BIT</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>Field is defined as <literal>BIT</literal> (MySQL 5.0.3 and up)</entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-tiny'>MYSQLI_TYPE_TINY</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>TINYINT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-short'>MYSQLI_TYPE_SHORT</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>INT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-long'>MYSQLI_TYPE_LONG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>INT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-fload'>MYSQLI_TYPE_FLOAT</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>FLOAT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-double'>MYSQLI_TYPE_DOUBLE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>DOUBLE</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-null'>MYSQLI_TYPE_NULL</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>DEFAULT NULL</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-timestamp'>MYSQLI_TYPE_TIMESTAMP</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>TIMESTAMP</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-longlong'>MYSQLI_TYPE_LONGLONG</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>BIGINT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-int24'>MYSQLI_TYPE_INT24</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>MEDIUMINT</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-date'>MYSQLI_TYPE_DATE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>DATE</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-time'>MYSQLI_TYPE_TIME</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>TIME</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-datetime'>MYSQLI_TYPE_DATETIME</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>DATETIME</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-year'>MYSQLI_TYPE_YEAR</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>YEAR</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-newdate'>MYSQLI_TYPE_NEWDATE</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>DATE</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-enum'>MYSQLI_TYPE_ENUM</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>ENUM</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-set'>MYSQLI_TYPE_SET</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>SET</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-tiny-blob'>MYSQLI_TYPE_TINY_BLOB</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>TINYBLOB</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-medium-blob'>MYSQLI_TYPE_MEDIUM_BLOB</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>MEDIUMBLOB</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-long-blob'>MYSQLI_TYPE_LONG_BLOB</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>LONGBLOB</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-blob'>MYSQLI_TYPE_BLOB</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>BLOB</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-string'>MYSQLI_TYPE_VAR_STRING</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>VARCHAR</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-char'>MYSQLI_TYPE_STRING</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>CHAR</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-type-geometry'>MYSQLI_TYPE_GEOMETRY</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>Field is defined as <literal>GEOMETRY</literal></entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-need-data'>MYSQLI_NEED_DATA</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>More data available for bind variable</entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-no-data'>MYSQLI_NO_DATA</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
     <entry>No more data available for bind variable</entry>
     </row>
     <row>
      <entry>
       <constant id='constantmysqli-data-truncated'>MYSQLI_DATA_TRUNCATED</constant>
       (<link linkend='language.types.integer'>integer</link>)
      </entry>
      <entry>
       Data truncation occurred. Available since PHP 5.1.0 and MySQL 5.0.5.
      </entry>
     </row>
    </tbody>
   </tgroup>
  </table>
</section>


<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->