<html>
<head>
<link rel="stylesheet" href="josh.css">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
</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><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>最初のパラメータであるユーザー関数を呼び出します。</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>アノニマス関数を作成し、その名前を返します。</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>関数に渡された、指定した引数を取得します。</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>関数に渡された引数の配列を取得します。</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>関数に渡された引数の数を取得します。</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>関数が存在するかどうかをチェックします。</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>すべての定義済み関数を配列として返します。</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>要求終了時に呼び出すユーザーレベル関数を登録します。</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>tick コールバック関数を登録します。</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>tick コールバック関数の登録を解除します。</p></td>
    </tr>
  </table>
</div>
</body>
</html>
