|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <!-- $Revision$ -->
|
3 |
| -<!-- EN-Revision: 0287c96d798d041d97c5a8c43514eb1d59bffe92 Maintainer: seros Status: ready --> |
4 |
| -<!-- Reviewed: no Maintainer: andresdzphp --> |
| 3 | +<!-- EN-Revision: 3c236fc9567b1c8c3a1fd2bb00f11df83e42bda4 Maintainer: seros Status: ready --> |
| 4 | +<!-- Reviewed: no Maintainer: seros --> |
5 | 5 | <chapter xml:id="mysqli.summary" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
6 | 6 |
|
7 | 7 | <title>Resumen de las funciones de la extensión MySQLi</title>
|
|
31 | 31 | <entry>Obtiene el número de filas afectadas en una operación previa de MySQL</entry>
|
32 | 32 | </row>
|
33 | 33 | <row>
|
34 |
| - <entry><link linkend="mysqli.client-info">$mysqli::client_info</link></entry> |
| 34 | + <entry><link linkend="mysqli.get-client-info">$mysqli::client_info</link></entry> |
35 | 35 | <entry><function>mysqli_get_client_info</function></entry>
|
36 | 36 | <entry>N/A</entry>
|
37 | 37 | <entry>Devuelve la versión del cliente de MySQL como una cadena</entry>
|
38 | 38 | </row>
|
39 | 39 | <row>
|
40 |
| - <entry><link linkend="mysqli.client-version">$mysqli::client_version</link></entry> |
| 40 | + <entry><link linkend="mysqli.get-client-version">$mysqli::client_version</link></entry> |
41 | 41 | <entry><function>mysqli_get_client_version</function></entry>
|
42 | 42 | <entry>N/A</entry>
|
43 | 43 | <entry>Devuelve la versión del cliente de MySQL como un entero</entry> </row>
|
|
510 | 510 | <entry>NO DOCUMENTADA</entry>
|
511 | 511 | </row>
|
512 | 512 | <row>
|
513 |
| - <entry><methodname>$mysqli_stmt::more_results</methodname></entry> |
| 513 | + <entry><methodname>mysqli_stmt::more_results</methodname></entry> |
514 | 514 | <entry><function>mysqli_stmt_more_results</function></entry>
|
515 | 515 | <entry>N/A</entry>
|
516 | 516 | <entry>Comprueba si existen más resultados de consultas de una consulta múltiple</entry>
|
517 | 517 | </row>
|
518 | 518 | <row>
|
519 |
| - <entry><methodname>$mysqli_stmt::next_result</methodname></entry> |
| 519 | + <entry><methodname>mysqli_stmt::next_result</methodname></entry> |
520 | 520 | <entry><function>mysqli_stmt_next_result</function></entry>
|
521 | 521 | <entry>N/A</entry>
|
522 | 522 | <entry>Lee el siguiente resultado de una consulta múltiple</entry>
|
|
0 commit comments