<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="assert_options"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">assert_options </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 assert_options(int 
          what[, mixed value]) </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 or gets the various 
          assert flags.</p></td>
    </tr>
  </table>
</div>
<div id="assert"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">assert </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 assert(string|bool 
          assertion)</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> Checks if <span class="literal">assertion</span> 
          is <span class="literal">false</span>. </p></td>
    </tr>
  </table>
</div>
<div id="dl"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">dl </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 dl(string extension_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> Loads a PHP extension 
          at runtime.</p></td>
    </tr>
  </table>
</div>
<div id="extension_loaded"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">extension_loaded </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 3.0.10 </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 extension_loaded(string 
          extension_name) </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">true</span> 
          if the named extension is loaded.</p></td>
    </tr>
  </table>
</div>
<div id="get_cfg_var"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_cfg_var </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 get_cfg_var(string 
          option_name) </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 value of a 
          PHP configuration option.</p></td>
    </tr>
  </table>
</div>
<div id="get_current_user"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_current_user </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 get_current_user(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> Gets the name of the 
          owner of the current PHP script.</p></td>
    </tr>
  </table>
</div>
<div id="get_defined_constants"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_defined_constants </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">array get_defined_constants(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 an array containing 
          the names and values of all defined constants.</p></td>
    </tr>
  </table>
</div>
<div id="get_extension_funcs"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_extension_funcs </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_extension_funcs(string 
          extension_name) </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 an array with 
          the names of functions belonging to the named extension.</p></td>
    </tr>
  </table>
</div>
<div id="get_included_files"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_included_files </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_included_files(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 an array with 
          the filenames that were included with <span class="literal">include_once</span>. 
        </p></td>
    </tr>
  </table>
</div>
<div id="get_loaded_extensions"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_loaded_extensions </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_loaded_extensions(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 an array containing 
          names of loaded extensions.</p></td>
    </tr>
  </table>
</div>
<div id="get_magic_quotes_gpc"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_magic_quotes_gpc </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">int get_magic_quotes_gpc(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> Gets the active configuration 
          setting of <span class="literal">magic_quotes_gpc</span>. </p></td>
    </tr>
  </table>
</div>
<div id="getenv"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getenv </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 getenv(string 
          varname) </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 value of an 
          environment variable.</p></td>
    </tr>
  </table>
</div>
<div id="getlastmod"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getlastmod </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 getlastmod(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> Gets time of last page 
          modification.</p></td>
    </tr>
  </table>
</div>
<div id="getmygid"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getmygid </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 getmygid(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> Gets PHP script owner's 
          group ID.</p></td>
    </tr>
  </table>
</div>
<div id="getmyinode"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getmyinode </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 getmyinode(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> Gets the inode of the 
          current script being parsed.</p></td>
    </tr>
  </table>
</div>
<div id="getmypid"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getmypid </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 getmypid(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> Gets current process 
          ID.</p></td>
    </tr>
  </table>
</div>
<div id="getmyuid"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getmyuid </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 getmyuid(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> Gets PHP script owner's 
          user ID.</p></td>
    </tr>
  </table>
</div>
<div id="getrusage"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">getrusage </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">array getrusage([int 
          who]) </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 an array of 
          usage statistics.</p></td>
    </tr>
  </table>
</div>
<div id="ini_get_all"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ini_get_all </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">array ini_get_all([string 
          extension]) </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 all configuration 
          options.</p></td>
    </tr>
  </table>
</div>
<div id="ini_get"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ini_get </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 ini_get(string 
          varname) </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 a configuration 
          option.</p></td>
    </tr>
  </table>
</div>
<div id="ini_restore"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ini_restore </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 ini_restore(string 
          varname) </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> Restores the value 
          of a configuration option specified by <span class="literal">varname</span>. 
        </p></td>
    </tr>
  </table>
</div>
<div id="ini_set"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">ini_set </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 ini_set(string 
          varname, string newvalue)</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 a configuration 
          option; returns <span class="literal">false</span> on error and the 
          old value of the configuration option on success.</p></td>
    </tr>
  </table>
</div>
<div id="php_sapi_name"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">php_sapi_name </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 php_sapi_name(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 the current 
          SAPI module name.</p></td>
    </tr>
  </table>
</div>
<div id="php_uname"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">php_uname </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 php_uname(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 information 
          about the system PHP was built on.</p></td>
    </tr>
  </table>
</div>
<div id="phpcredits"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">phpcredits </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">void phpcredits([int 
          flag]) </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> Prints the list of 
          people who have contributed to the PHP project.</p></td>
    </tr>
  </table>
</div>
<div id="phpinfo"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">phpinfo </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 phpinfo([int 
          what]) </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 page of useful 
          information about PHP and the current request.</p></td>
    </tr>
  </table>
</div>
<div id="phpversion"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">phpversion </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 phpversion([string 
          extension]) </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 current 
          PHP version.</p></td>
    </tr>
  </table>
</div>
<div id="putenv"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">putenv </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 putenv(string 
          setting) </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 value of an 
          environment variable.</p></td>
    </tr>
  </table>
</div>
<div id="set_magic_quotes_runtime"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">set_magic_quotes_runtime </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">bool set_magic_quotes_runtime(int 
          new_setting) </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 current active 
          configuration setting of magic_quotes_runtime and returns previous setting.</p></td>
    </tr>
  </table>
</div>
<div id="set_time_limit"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">set_time_limit </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 set_time_limit(int 
          seconds) </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 maximum time 
          a script can run.</p></td>
    </tr>
  </table>
</div>
<div id="version_compare"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">version_compare </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 version_compare(string 
          ver1, string ver2[, string oper]) </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 PHP-standardized 
          version number strings.</p></td>
    </tr>
  </table>
</div>
<div id="zend_version"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">zend_version </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 zend_version(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> Get the version of 
          the Zend Engine.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
