<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="mysql_affected_rows"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_affected_rows </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_affected_rows([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient le nombre de lignes concern&eacute;es par l'op&eacute;ration MySQL pr&eacute;c&eacute;dente</p></td>
    </tr>
  </table>
</div>
<div id="mysql_close"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_close </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_close([int 
          link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Referme une connexion MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_connect"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_connect </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_connect([string 
          hostname[:port][:/path/to/socket][, string username[, string password[, 
          bool new[, int flags]]]]]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Ouvre une connexion &agrave;un serveur MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_create_db"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_create_db </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_create_db(string 
          database_name[, int link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Cr&eacute;e une base de donn&eacute;es MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_data_seek"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_data_seek </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_data_seek(int 
          result, int row_number)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>D&eacute;place le pointeur de r&eacute;sultats interne</p></td>
    </tr>
  </table>
</div>
<div id="mysql_db_query"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_db_query </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_db_query(string 
          database_name, string query[, int link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Envoie une requ&ecirc;te SQL &agrave;une base de donn&eacute;es MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_drop_db"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_drop_db </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_drop_db(string 
          database_name[, int link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Abandonne (supprime) une base de donn&eacute;es MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_errno"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_errno </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_errno([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie le num&eacute;ro du message d'erreur de l'op&eacute;ration MySQL pr&eacute;c&eacute;dente</p></td>
    </tr>
  </table>
</div>
<div id="mysql_error"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_error </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_error([int 
          link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie le texte du message d'erreur de l'op&eacute;ration MySQL pr&eacute;c&eacute;dente</p></td>
    </tr>
  </table>
</div>
<div id="mysql_escape_string"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_escape_string </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.3 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_escape_string(string 
          to_be_escaped) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Pr&eacute;pare la cha&icirc;ne pour une requ&ecirc;te MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_fetch_array"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_fetch_array </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">array mysql_fetch_array(int 
          result[, int result_type]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>R&eacute;cup&egrave;re une ligne de r&eacute;sultats sous forme de tableau (associatif, num&eacute;rique, ou les deux)</p></td>
    </tr>
  </table>
</div>
<div id="mysql_fetch_assoc"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_fetch_assoc </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.3 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">array mysql_fetch_assoc(int 
          result) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>R&eacute;cup&egrave;re une ligne de r&eacute;sultats sous forme de tableau associatif</p></td>
    </tr>
  </table>
</div>
<div id="mysql_fetch_field"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_fetch_field </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">object mysql_fetch_field(int 
          result[, int field_offset]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient des informations de colonne d'un r&eacute;sultat et les renvoie sous forme d'objet</p></td>
    </tr>
  </table>
</div>
<div id="mysql_fetch_lengths"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_fetch_lengths </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">array mysql_fetch_lengths(int 
          result) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient la taille maximum des donn&eacute;es de chacune des colonnes d'un r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_fetch_object"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_fetch_object </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">object mysql_fetch_object(int 
          result[, int result_type]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>R&eacute;cup&egrave;re une ligne de r&eacute;sultats sous forme d'objet</p></td>
    </tr>
  </table>
</div>
<div id="mysql_fetch_row"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_fetch_row </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">array mysql_fetch_row(int 
          result) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient une ligne de r&eacute;sultats sous forme de tableau &eacute;num&eacute;r&eacute;</p></td>
    </tr>
  </table>
</div>
<div id="mysql_field_flags"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_field_flags </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_field_flags(int 
          result, int field_offset)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient les indicateurs associ&eacute;s au champ indiqu&eacute; dans un r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_field_len"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_field_len </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_field_len(int 
          result, int field_offset)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie la longueur du champ indiqu&eacute;</p></td>
    </tr>
  </table>
</div>
<div id="mysql_field_name"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_field_name </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_field_name(int 
          result, int field_index)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient le nom du champ indiqu&eacute; dans un r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_field_seek"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_field_seek </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_field_seek(int 
          result, int field_offset)</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Fixe le pointeur de r&eacute;sultat sur un d&eacute;calage de champ donn&eacute;</p></td>
    </tr>
  </table>
</div>
<div id="mysql_field_table"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_field_table </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_field_table(int 
          result, int field_offset) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient le nom du tableau dans lequel figure le champ indiqu&eacute;</p></td>
    </tr>
  </table>
</div>
<div id="mysql_field_type"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_field_type </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_field_type(int 
          result, int field_offset) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient le type du champ indiqu&eacute; dans un r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_free_result"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_free_result </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_free_result(int 
          result) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Lib&egrave;re de la m&eacute;moire de r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_get_client_info"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_get_client_info </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.5 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_get_client_info(void) 
        </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie une cha&icirc;ne qui repr&eacute;sente la version de biblioth&egrave;que client</p></td>
    </tr>
  </table>
</div>
<div id="mysql_get_host_info"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_get_host_info </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.5 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_get_host_info([int 
          link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie une cha&icirc;ne d&eacute;crivant le type de connexion utilis&eacute;e, y compris le nom d'h&ocirc;te du serveur
</p></td>
    </tr>
  </table>
</div>
<div id="mysql_get_proto_info"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_get_proto_info </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.5 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_get_proto_info([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie la version de protocole utilis&eacute;e par la connexion actuelle</p></td>
    </tr>
  </table>
</div>
<div id="mysql_get_server_info"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_get_server_info </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.5 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_get_server_info([int 
          link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie une cha&icirc;ne qui repr&eacute;sente le num&eacute;ro de version du serveur</p></td>
    </tr>
  </table>
</div>
<div id="mysql_info"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_info </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_info([int 
          link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie une cha&icirc;ne contenant des informations relatives &agrave;la requ&ecirc;te la plus r&eacute;cente</p></td>
    </tr>
  </table>
</div>
<div id="mysql_insert_id"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_insert_id </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_insert_id([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient l'ID g&eacute;n&eacute;r&eacute; &agrave;partir de l'op&eacute;ration <span class="literal">INSERT</span> pr&eacute;c&eacute;dente
</p></td>
    </tr>
  </table>
</div>
<div id="mysql_list_dbs"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_list_dbs </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_list_dbs([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Affiche une liste des bases de donn&eacute;es disponibles sur un serveur MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_list_fields"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_list_fields </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_list_fields(string 
          database_name, string table_name[, int link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Affiche une liste des champs de r&eacute;sultats MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_list_processes"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_list_processes </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_list_processes([int 
          link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie un jeu de r&eacute;sultats d&eacute;crivant les associations de serveurs actuelles</p></td>
    </tr>
  </table>
</div>
<div id="mysql_list_tables"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_list_tables </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_list_tables(string 
          database_name[, int link_identifier])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Affiche une liste des tableaux figurant dans une base de donn&eacute;es MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_num_fields"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_num_fields </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_num_fields(int 
          result) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient le nombre de champs d'un r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_num_rows"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_num_rows </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_num_rows(int 
          result) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient le nombre de lignes d'un r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_pconnect"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_pconnect </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_pconnect([string 
          hostname[:port][:/path/to/socket][, string username[, string password[, 
          int flags]]]])</p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Ouvre une connexion permanente &agrave;un serveur MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_ping"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_ping </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_ping([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Interroge (pings) une connexion de serveur ou s'y reconnecte en cas d'absence de connexion</p></td>
    </tr>
  </table>
</div>
<div id="mysql_query"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_query </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_query(string 
          query[, int link_identifier][, int result_mode]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Envoie une requ&ecirc;te SQL &agrave;une base de donn&eacute;es MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_real_escape_string"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_real_escape_string </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_real_escape_string(string 
          to_be_escaped[, int link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Ins&egrave;re des caract&egrave;res sp&eacute;ciaux dans une cha&icirc;ne destin&eacute;e &agrave;&ecirc;tre utilis&eacute;e dans une instruction SQL, tout en prenant en compte le jeu de caract&egrave;re actuel de la connexion
</p></td>
    </tr>
  </table>
</div>
<div id="mysql_result"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_result </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">mixed mysql_result(int 
          result, int row[, mixed field]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Obtient les donn&eacute;es de r&eacute;sultat</p></td>
    </tr>
  </table>
</div>
<div id="mysql_select_db"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_select_db </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool mysql_select_db(string 
          database_name[, int link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>S&eacute;lectionne une base de donn&eacute;es MySQL</p></td>
    </tr>
  </table>
</div>
<div id="mysql_stat"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_stat </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">string mysql_stat([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie une cha&icirc;ne contenant des informations de statut</p></td>
    </tr>
  </table>
</div>
<div id="mysql_thread_id"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_thread_id </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.3.0 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">int mysql_thread_id([int 
          link_identifier]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Renvoie l'ID de thread de la connexion actuelle</p></td>
    </tr>
  </table>
</div>
<div id="mysql_unbuffered_query"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">mysql_unbuffered_query </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.6 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">resource mysql_unbuffered_query(string 
          query[, int link_identifier][, int result_mode]) </p></td>
      <td valign="top" align="right">&#160;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p>Envoie une requ&ecirc;te SQL &agrave;MySQL, sans r&eacute;cup&eacute;rer ni mettre en attente les lignes obtenues
</p></td>
    </tr>
  </table>
</div>
</body>
</html>
