reference/mysqli/summary.xml
4e8c90ca8a4a63575341cde6f5fbdc34419d2cff
...
...
@@ -4,7 +4,7 @@
4
4

5
5
<title>The MySQLi Extension Function Summary</title>
6
6

7
-
<table>
7
+
<table xml:id="mysqli.summary.classtable">
8
8
<title>Summary of <classname>mysqli</classname> methods</title>
9
9
<tgroup cols="4">
10
10
<thead>
...
...
@@ -133,10 +133,9 @@
133
133
<entry>Changes the user of the specified database connection</entry>
134
134
</row>
135
135
<row>
136
-
<entry><methodname>mysqli::character_set_name</methodname>,<link linkend="mysqli.character-set-name">
137
-
mysqli::client_encoding</link></entry>
136
+
<entry><methodname>mysqli::character_set_name</methodname></entry>
138
137
<entry><function>mysqli_character_set_name</function></entry>
139
-
<entry><function>mysqli_client_encoding</function></entry>
138
+
<entry>N/A</entry>
140
139
<entry>Returns the default character set for the database connection</entry>
141
140
</row>
142
141
<row>
...
...
@@ -189,18 +188,12 @@
189
188
<entry>Returns the MySQL client version as a string</entry>
190
189
</row>
191
190
<row>
192
-
<entry><methodname>mysqli::get_client_stats</methodname></entry>
191
+
<entry>N/A</entry>
193
192
<entry><function>mysqli_get_client_stats</function></entry>
194
193
<entry>N/A</entry>
195
194
<entry>Returns client per-process statistics. &mysqli.available.mysqlnd;</entry>
196
195
</row>
197
196
<row>
198
-
<entry><methodname>mysqli::get_cache_stats</methodname></entry>
199
-
<entry><function>mysqli_get_cache_stats</function></entry>
200
-
<entry>N/A</entry>
201
-
<entry>Returns client Zval cache statistics. &mysqli.available.mysqlnd;</entry>
202
-
</row>
203
-
<row>
204
197
<entry><methodname>mysqli::get_server_info</methodname></entry>
205
198
<entry><function>mysqli_get_server_info</function></entry>
206
199
<entry>N/A</entry>
...
...
@@ -216,9 +209,8 @@
216
209
<entry><methodname>mysqli::init</methodname></entry>
217
210
<entry><function>mysqli_init</function></entry>
218
211
<entry>N/A</entry>
219
-
<entry>Initializes MySQLi and returns a resource for use with
220
-
mysqli_real_connect. [Not called on an object, as it returns a
221
-
$mysqli object.]</entry>
212
+
<entry>Initializes MySQLi and returns an object for use with
213
+
mysqli_real_connect.</entry>
222
214
</row>
223
215
<row>
224
216
<entry><methodname>mysqli::kill</methodname></entry>
...
...
@@ -314,18 +306,6 @@
314
306
<entry>Sets the default client character set</entry>
315
307
</row>
316
308
<row>
317
-
<entry><methodname>mysqli::set_local_infile_default</methodname></entry>
318
-
<entry><function>mysqli_set_local_infile_default</function></entry>
319
-
<entry>N/A</entry>
320
-
<entry>Unsets user defined handler for load local infile command</entry>
321
-
</row>
322
-
<row>
323
-
<entry><methodname>mysqli::set_local_infile_handler</methodname></entry>
324
-
<entry><function>mysqli_set_local_infile_handler</function></entry>
325
-
<entry>N/A</entry>
326
-
<entry>Set callback function for LOAD DATA LOCAL INFILE command</entry>
327
-
</row>
328
-
<row>
329
309
<entry><methodname>mysqli::ssl_set</methodname></entry>
330
310
<entry><function>mysqli_ssl_set</function></entry>
331
311
<entry>N/A</entry>
...
...
@@ -372,7 +352,7 @@
372
352
</tgroup>
373
353
</table>
374
354

375
-
<table>
355
+
<table xml:id="mysqli.summary.methods">
376
356
<title>Summary of <classname>mysqli_stmt</classname> methods</title>
377
357
<tgroup cols="4">
378
358
<thead>
...
...
@@ -430,7 +410,7 @@
430
410
<row>
431
411
<entry><link linkend="mysqli-stmt.param-count">$mysqli_stmt::param_count</link></entry>
432
412
<entry><function>mysqli_stmt_param_count</function></entry>
433
-
<entry><function>mysqli_param_count</function></entry>
413
+
<entry>N/A</entry>
434
414
<entry>Returns the number of parameter for the given statement</entry>
435
415
</row>
436
416
<row>
...
...
@@ -457,13 +437,13 @@
457
437
<row>
458
438
<entry><methodname>mysqli_stmt::bind_param</methodname></entry>
459
439
<entry><function>mysqli_stmt_bind_param</function></entry>
460
-
<entry><function>mysqli_bind_param</function></entry>
440
+
<entry>N/A</entry>
461
441
<entry>Binds variables to a prepared statement as parameters</entry>
462
442
</row>
463
443
<row>
464
444
<entry><methodname>mysqli_stmt::bind_result</methodname></entry>
465
445
<entry><function>mysqli_stmt_bind_result</function></entry>
466
-
<entry><function>mysqli_bind_result</function></entry>
446
+
<entry>N/A</entry>
467
447
<entry>Binds variables to a prepared statement for result storage</entry>
468
448
</row>
469
449
<row>
...
...
@@ -487,7 +467,7 @@
487
467
<row>
488
468
<entry><methodname>mysqli_stmt::fetch</methodname></entry>
489
469
<entry><function>mysqli_stmt_fetch</function></entry>
490
-
<entry><function>mysqli_fetch</function></entry>
470
+
<entry>N/A</entry>
491
471
<entry>Fetch results from a prepared statement into the bound variables</entry>
492
472
</row>
493
473
<row>
...
...
@@ -541,13 +521,13 @@
541
521
<row>
542
522
<entry><methodname>mysqli_stmt::result_metadata</methodname></entry>
543
523
<entry><function>mysqli_stmt_result_metadata</function></entry>
544
-
<entry><function>mysqli_get_metadata</function></entry>
524
+
<entry>N/A</entry>
545
525
<entry>Returns result set metadata from a prepared statement</entry>
546
526
</row>
547
527
<row>
548
528
<entry><methodname>mysqli_stmt::send_long_data</methodname></entry>
549
529
<entry><function>mysqli_stmt_send_long_data</function></entry>
550
-
<entry><function>mysqli_send_long_data</function></entry>
530
+
<entry>N/A</entry>
551
531
<entry>Send data in blocks</entry>
552
532
</row>
553
533
<row>
...
...
@@ -560,7 +540,7 @@
560
540
</tgroup>
561
541
</table>
562
542

563
-
<table>
543
+
<table xml:id="mysqli.summary.resultmethods">
564
544
<title>Summary of <classname>mysqli_result</classname> methods</title>
565
545
<tgroup cols="4">
566
546
<thead>
...
...
@@ -630,6 +610,12 @@
630
610
<entry>Fetch a result row as an associative array</entry>
631
611
</row>
632
612
<row>
613
+
<entry><methodname>mysqli_result::fetch_column</methodname></entry>
614
+
<entry><function>mysqli_fetch_column</function></entry>
615
+
<entry>N/A</entry>
616
+
<entry>Fetch a single column from the next row of a result set</entry>
617
+
</row>
618
+
<row>
633
619
<entry><methodname>mysqli_result::fetch_field_direct</methodname></entry>
634
620
<entry><function>mysqli_fetch_field_direct</function></entry>
635
621
<entry>N/A</entry>
...
...
@@ -677,7 +663,7 @@
677
663
</tgroup>
678
664
</table>
679
665

680
-
<table>
666
+
<table xml:id="mysqli.summary.drivermethods">
681
667
<title>Summary of <classname>mysqli_driver</classname> methods</title>
682
668
<tgroup cols="4">
683
669
<thead>
...
...
@@ -696,7 +682,10 @@
696
682
<entry><emphasis role="bold">Properties</emphasis></entry>
697
683
</row>
698
684
<row>
685
+
<entry><link linkend="mysqli-driver.report-mode">$mysqli_driver::mysqli_report</link></entry>
686
+
<entry><function>mysqli_report</function></entry>
699
687
<entry>N/A</entry>
688
+
<entry>Sets mysqli error reporting mode</entry>
700
689
</row>
701
690
<row>
702
691
<entry><emphasis role="bold">Methods</emphasis></entry>
703
692