<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="addcslashes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">addcslashes </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 addcslashes(string str, string 
        charlist) </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> Escapes all characters 
          mentioned in <span class="literal">charlist</span> with backslashes, 
          creating octal representations if asked to backslash characters with 
          their 8th bit set or with an ASCII value greater than 32 (except '\n' 
          , '\r' , '\t', etc.).</p></td>
    </tr>
  </table>
</div>
<div id="addslashes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">addslashes </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 addslashes(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> Escapes single quotes, 
          double quotes, and backslash characters in a string with backslashes.</p></td>
    </tr>
  </table>
</div>
<div id="bin2hex">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">bin2hex </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.9 </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 bin2hex(string data)</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> Converts the binary 
          representation of data to hexadecimal.</p></td>
    </tr>
  </table>
</div>
<div id="chr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">chr </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 chr(int ascii) </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> Converts ASCII code 
          to a character.</p></td>
    </tr>
  </table>
</div>
<div id="chunk_split">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">chunk_split </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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">string chunk_split(string str[, int 
        chunklen[, string ending]]) </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 split line.</p></td>
    </tr>
  </table>
</div>
<div id="count_chars">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">count_chars </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 count_chars(string input[, int 
        mode])</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 information 
          about what characters are used in <span class="literal">input</span>.</p></td>
    </tr>
  </table>
</div>
<div id="crc32">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">crc32 </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.1 </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 crc32(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> Calculates the crc32 
          polynomial of a string.</p></td>
    </tr>
  </table>
</div>
<div id="crypt">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">crypt </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 crypt(string str[, string salt]) </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> Encrypts a string.</p></td>
    </tr>
  </table>
</div>
<div id="echo">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">echo </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">echo string arg1[, string argn...] </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> Outputs one or more 
          strings.</p></td>
    </tr>
  </table>
</div>
<div id="explode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">explode </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 explode(string separator, string 
        str[, int limit]) </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> Splits a string on 
          string separator and returns an array of components.</p></td>
    </tr>
  </table>
</div>
<div id="get_html_translation_table">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_html_translation_table </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 get_html_translation_table([int 
        table[, int quote_style]]) </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 the internal 
          translation table used by <span class="literal">htmlspecialchars()</span> 
          and <span class="literal">htmlentities()</span>. </p></td>
    </tr>
  </table>
</div>
<div id="get_meta_tags">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_meta_tags </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.4 </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 get_meta_tags(string filename[, 
        bool use_include_path]) </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> Extracts all meta tag 
          content attributes from a file and returns an array.</p></td>
    </tr>
  </table>
</div>
<div id="hebrev">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">hebrev </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 hebrev(string str[, int max_chars_per_line])</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> Converts logical Hebrew 
          text to visual text.</p></td>
    </tr>
  </table>
</div>
<div id="hebrevc">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">hebrevc </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 hebrevc(string str[, int max_chars_per_line]) </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> Converts logical Hebrew 
          text to visual text with newline conversion.</p></td>
    </tr>
  </table>
</div>
<div id="html_entity_decode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">html_entity_decode </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 html_entity_decode(string string[, 
        int quote_style][, 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> Converts all HTML entities 
          to their applicable characters.</p></td>
    </tr>
  </table>
</div>
<div id="htmlentities">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">htmlentities </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 htmlentities(string string[, 
        int quote_style][, 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> Converts all applicable 
          characters to HTML entities.</p></td>
    </tr>
  </table>
</div>
<div id="htmlspecialchars">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">htmlspecialchars </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 htmlspecialchars(string string[, 
        int quote_style][, 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> Converts special characters 
          to HTML entities.</p></td>
    </tr>
  </table>
</div>
<div id="implode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">implode </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 implode(array src, string glue) </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> Joins array elements 
          placing <span class="literal">glue</span> string between items and returns 
          one string.</p></td>
    </tr>
  </table>
</div>
<div id="join">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">join </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 join(array src, string glue)</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> An alias for <span class="literal">implode()</span>. 
        </p></td>
    </tr>
  </table>
</div>
<div id="levenshtein">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">levenshtein </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.1.7 </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 levenshtein(string str1, string 
        str2)</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> Calculates Levenshtein 
          distance between two strings.</p></td>
    </tr>
  </table>
</div>
<div id="localeconv">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">localeconv </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 localeconv(void) </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 numeric formatting 
          information based on the current locale.</p></td>
    </tr>
  </table>
</div>
<div id="ltrim">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ltrim </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 ltrim(string str[, string character_mask]) </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> Strips whitespace from 
          the beginning of a string.</p></td>
    </tr>
  </table>
</div>
<div id="md5_file">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">md5_file </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.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 md5_file(string filename)</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> Calculates the md5 
          hash of given filename.</p></td>
    </tr>
  </table>
</div>
<div id="md5">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">md5 </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 md5(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> Calculates the md5 
          hash of a string.</p></td>
    </tr>
  </table>
</div>
<div id="metaphone">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">metaphone </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 metaphone(string text, int 
        phones) </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> Breaks English phrases 
          down into their phonemes.</p></td>
    </tr>
  </table>
</div>
<div id="nl_langinfo">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">nl_langinfo </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.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 nl_langinfo(int item) </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> Queries language and 
          locale information.</p></td>
    </tr>
  </table>
</div>
<div id="nl2br">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">nl2br </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 nl2br(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> Converts newlines to 
          HTML line breaks.</p></td>
    </tr>
  </table>
</div>
<div id="number_format">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">number_format </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 number_format(float number[, 
        int num_decimal_places[, string dec_seperator, string thousands_seperator]]) </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> Formats a number with 
          grouped thousands.</p></td>
    </tr>
  </table>
</div>
<div id="ord">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ord </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 ord(string character)</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 ASCII value 
          of character.</p></td>
    </tr>
  </table>
</div>
<div id="parse_str">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">parse_str </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">void parse_str(string encoded_string[, 
        array result])</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> Parses GET/POST/Cookie 
          data and sets global variables.</p></td>
    </tr>
  </table>
</div>
<div id="print">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">print </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 print(string arg) </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> Outputs a string.</p></td>
    </tr>
  </table>
</div>
<div id="printf">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">printf </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 printf(string format[, mixed arg1[, 
        mixed ...]])</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> Outputs a formatted 
          string.</p></td>
    </tr>
  </table>
</div>
<div id="quoted_printable_decode">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">quoted_printable_decode </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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">string quoted_printable_decode(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> Converts a quoted-printable 
          string to an 8 bit string.</p></td>
    </tr>
  </table>
</div>
<div id="quotemeta">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">quotemeta </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 quotemeta(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> Quotes meta characters.</p></td>
    </tr>
  </table>
</div>
<div id="rtrim">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">rtrim </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 rtrim(string str[, string character_mask]) </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> Removes trailing whitespace.</p></td>
    </tr>
  </table>
</div>
<div id="setlocale">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">setlocale </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 setlocale(mixed category, string 
        locale) </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 locale information.</p></td>
    </tr>
  </table>
</div>
<div id="sha1_file">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">sha1_file </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 sha1_file(string filename) </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> Calculates the sha1 
          hash of given filename.</p></td>
    </tr>
  </table>
</div>
<div id="sha1">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">sha1 </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 sha1(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> Calculates the sha1 
          hash of a string.</p></td>
    </tr>
  </table>
</div>
<div id="similar_text">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">similar_text </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.7 </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 similar_text(string str1, string 
        str2[, float percent]) </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> Calculates the similarity 
          between two strings.</p></td>
    </tr>
  </table>
</div>
<div id="soundex">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">soundex </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 soundex(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> Calculates the soundex 
          key of a string.</p></td>
    </tr>
  </table>
</div>
<div id="sprintf">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">sprintf </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 sprintf(string format[, mixed 
        arg1[, mixed ...]]) </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 a formatted 
          string.</p></td>
    </tr>
  </table>
</div>
<div id="sscanf">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">sscanf </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.1 </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 sscanf(string str, string format[, 
        string ...]) </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> Implements an ANSI 
          C compatible sscanf().</p></td>
    </tr>
  </table>
</div>
<div id="str_pad">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">str_pad </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.1 </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 str_pad(string input, int pad_length[, 
        string pad_string[, int pad_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> Returns input string 
          padded on the left or right to specified length with pad_string.</p></td>
    </tr>
  </table>
</div>
<div id="str_repeat">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">str_repeat </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 str_repeat(string input, int 
        mult) </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 the input string 
          repeated mult times.</p></td>
    </tr>
  </table>
</div>
<div id="str_replace">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">str_replace </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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">mixed str_replace(mixed search, mixed 
        replace, mixed subject[, bool boyer]) </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> Replaces all occurrences 
          of search in subject with replace.</p></td>
    </tr>
  </table>
</div>
<div id="str_rot13">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">str_rot13 </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.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 str_rot13(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> Performs the rot13 
          transform on a string.</p></td>
    </tr>
  </table>
</div>
<div id="strcasecmp">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strcasecmp </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.2 </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 strcasecmp(string str1, string 
        str2) </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> Performs a binary safe 
          case-insensitive string comparison.</p></td>
    </tr>
  </table>
</div>
<div id="strchr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strchr </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 strchr(string haystack, string 
        needle) </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> An alias for strstr().</p></td>
    </tr>
  </table>
</div>
<div id="strcmp">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strcmp </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 strcmp(string str1, string str2) </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> Performs a binary safe 
          string comparison.</p></td>
    </tr>
  </table>
</div>
<div id="strcoll">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strcoll </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 strcoll(string str1, string str2) </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> Compares two strings 
          using the current locale.</p></td>
    </tr>
  </table>
</div>
<div id="strcspn">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strcspn </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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">int strcspn(string str, string mask) </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> Finds length of initial 
          segment consisting entirely of characters not found in mask.</p></td>
    </tr>
  </table>
</div>
<div id="strip_tags">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strip_tags </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.8 </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 strip_tags(string str[, string 
        allowable_tags]) </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> Strips HTML and PHP 
          tags from a string.</p></td>
    </tr>
  </table>
</div>
<div id="stripcslashes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">stripcslashes </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 stripcslashes(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> Strips backslashes 
          from a string; uses C-style conventions.</p></td>
    </tr>
  </table>
</div>
<div id="stripslashes">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">stripslashes </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 stripslashes(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> Strips backslashes 
          from a string.</p></td>
    </tr>
  </table>
</div>
<div id="stristr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">stristr </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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">string stristr(string haystack, string 
        needle) </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> Finds first occurrence 
          of a string within another (case-insensitive).</p></td>
    </tr>
  </table>
</div>
<div id="strlen">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strlen </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 strlen(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> Gets string length.</p></td>
    </tr>
  </table>
</div>
<div id="strnatcasecmp">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strnatcasecmp </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 strnatcasecmp(string s1, string 
        s2) </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 the result 
          of case-insensitive string comparison using natural algorithm.</p></td>
    </tr>
  </table>
</div>
<div id="strnatcmp">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strnatcmp </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 strnatcmp(string s1, string s2) </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 the result 
          of string comparison using natural algorithm.</p></td>
    </tr>
  </table>
</div>
<div id="strncasecmp">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strncasecmp </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </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 strncasecmp(string str1, string 
        str2, int len) </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> Performs a binary safe 
          string comparison of len characters.</p></td>
    </tr>
  </table>
</div>
<div id="strncmp">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strncmp </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 strncmp(string str1, string str2, 
        int len) </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> Performs a binary safe 
          string comparison of len characters.</p></td>
    </tr>
  </table>
</div>
<div id="strpos">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strpos </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 strpos(string haystack, string 
        needle[, int offset]) </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> Finds position of first 
          occurrence of a string within another.</p></td>
    </tr>
  </table>
</div>
<div id="strrchr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strrchr </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 strrchr(string haystack, string 
        needle)</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> Finds the last occurrence 
          of a character in a string within another.</p></td>
    </tr>
  </table>
</div>
<div id="strrev">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strrev </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 strrev(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> Reverses a string.</p></td>
    </tr>
  </table>
</div>
<div id="strrpos">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strrpos </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 strrpos(string haystack, string 
        needle) </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> Finds position of last 
          occurrence of a character in a string within another.</p></td>
    </tr>
  </table>
</div>
<div id="strspn">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strspn </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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">int strspn(string str, string mask) </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> Finds length of initial 
          segment consisting entirely of characters found in mask.</p></td>
    </tr>
  </table>
</div>
<div id="strstr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strstr </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 strstr(string haystack, string 
        needle) </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> Finds first occurrence 
          of a string within another.</p></td>
    </tr>
  </table>
</div>
<div id="strtok">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strtok </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 strtok([string str,] string 
        token) </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> Tokenizes a string.</p></td>
    </tr>
  </table>
</div>
<div id="strtolower">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strtolower </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 strtolower(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> Makes a string lowercase.</p></td>
    </tr>
  </table>
</div>
<div id="strtoupper">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strtoupper </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 strtoupper(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> Makes a string uppercase.</p></td>
    </tr>
  </table>
</div>
<div id="strtr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">strtr </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 strtr(string str, string from, 
        string to) </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> Translates characters 
          in str using given translation tables.</p></td>
    </tr>
  </table>
</div>
<div id="substr_count">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">substr_count </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 substr_count(string haystack, 
        string needle)</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 the number 
          of times a substring occurs in the string.</p></td>
    </tr>
  </table>
</div>
<div id="substr_replace">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">substr_replace </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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 substr_replace(string str, 
        string repl, int start[, int length])</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> Replaces part of a 
          string with another string.</p></td>
    </tr>
  </table>
</div>
<div id="substr">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">substr </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 substr(string str, int start[, 
        int length]) </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 part of a string.</p></td>
    </tr>
  </table>
</div>
<div id="trim">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">trim </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 trim(string str[, string character_mask]) </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> Strips whitespace from 
          the beginning and end of a string.</p></td>
    </tr>
  </table>
</div>
<div id="ucfirst">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ucfirst </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 ucfirst(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> Makes a string's first 
          character uppercase.</p></td>
    </tr>
  </table>
</div>
<div id="ucwords">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ucwords </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.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 ucwords(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> Uppercases the first 
          character of every word in a string.</p></td>
    </tr>
  </table>
</div>
<div id="vprintf">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">vprintf </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.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 vprintf(string format, array args) </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> Outputs a formatted 
          string.</p></td>
    </tr>
  </table>
</div>
<div id="vsprintf">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">vsprintf </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.1.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 vsprintf(string format, array 
        args) </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 a formatted 
          string.</p></td>
    </tr>
  </table>
</div>
<div id="wordwrap">
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">wordwrap </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.2 </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 wordwrap(string str[, int width[, 
        string break[, int cut]]])</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> Wraps buffer to selected 
          number of characters using string break character.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
