<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="iconv_get_encoding"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">iconv_get_encoding </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">array iconv_get_encoding([string 
          type]) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Gets the internal and 
          output encoding for <span class="literal">ob_iconv_handler( )</span>.</p></td>
    </tr>
  </table>
</div>
<div id="iconv_set_encoding"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">iconv_set_encoding </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">bool iconv_set_encoding(string 
          type, string charset) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Sets the internal and 
          output encoding for <span class="literal">ob_iconv_handler( )</span>. 
        </p></td>
    </tr>
  </table>
</div>
<div id="iconv"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">iconv </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 iconv(string 
          in_charset, string out_charset, string str) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Returns <span class="literal">str</span> 
          converted to the <span class="literal">out_charset</span> character 
          set.</p></td>
    </tr>
  </table>
</div>
<div id="ob_iconv_handler"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ob_iconv_handler </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 ob_iconv_handler(string 
          contents, int status) </p></td>
      <td valign="top" align="right">&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" class="clearseparation"> </td>
    </tr>
    <tr> 
      <td valign="top" colspan="2" class="description"><p> Returns string in the 
          output buffer converted into the <span class="literal">iconv.output_encoding</span> 
          character set.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
