<html>
<head>
<link rel="stylesheet" href="josh.css">
</head>
<body bgcolor="#FFFFFF">
<div id="call_user_func_array"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">call_user_func_array </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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">mixed call_user_func_array(string 
          function_name, array parameters) </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> Calls a user function 
          that is the first parameter with the arguments contained in <span class="literal">array</span> 
        .</p></td>
    </tr>
  </table>
</div>
<div id="call_user_func"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">call_user_func </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">mixed call_user_func(string 
          function_name[, mixed parmeter][, 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> Calls a user function 
          that is the first parameter.</p></td>
    </tr>
  </table>
</div>
<div id="create_function"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">create_function </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 create_function(string 
          args, string code) </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> Creates an anonymous 
          function and returns its name.</p></td>
    </tr>
  </table>
</div>
<div id="func_get_arg"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">func_get_arg </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 func_get_arg(int 
          arg_num) </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 specified 
          argument that was passed to the function.</p></td>
    </tr>
  </table>
</div>
<div id="func_get_args"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">func_get_args </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 func_get_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> Gets an array of the 
          arguments that were passed to the function.</p></td>
    </tr>
  </table>
</div>
<div id="func_num_args"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">func_num_args </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 func_num_args(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 number of 
          arguments that were passed to the function.</p></td>
    </tr>
  </table>
</div>
<div id="function_exists"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">function_exists </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">bool function_exists(string 
          function_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> Checks if the function 
          exists.</p></td>
    </tr>
  </table>
</div>
<div id="get_defined_functions"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">get_defined_functions </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.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_defined_functions(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 of 
          all defined functions.</p></td>
    </tr>
  </table>
</div>
<div id="register_shutdown_function"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">register_shutdown_function </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">void register_shutdown_function(string 
          function_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> Registers a user-level 
          function to be called on request termination.</p></td>
    </tr>
  </table>
</div>
<div id="register_tick_function"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">register_tick_function </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.3 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">bool register_tick_function(string 
          function_name[, mixed arg[, 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> Registers a tick callback 
          function.</p></td>
    </tr>
  </table>
</div>
<div id="unregister_tick_function"> 
  <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
    <tr> 
      <td class="name" valign="top">unregister_tick_function </td>
      <td class="compatibility" nowrap valign="top">PHP <span class="emphasis"> 4.0.3 </span></td>
    </tr>
    <tr> 
      <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
    </tr>
    <tr> 
      <td valign="top" nowrap class="usage"><p class="literal">void unregister_tick_function(string 
          function_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> Unregisters a tick 
          callback function.</p></td>
    </tr>
  </table>
</div>
</body>
</html>
