summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/lua2dox/examples/php/docs/html/main_8php.html
blob: ac67cb9550bed1c876b36af21ec318d9c3ac9bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Sample Code (PHP): main.php File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>main.php File Reference</h1>test code <a href="#_details">More...</a>
<p>

<p>
<a href="main_8php-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="main_8php.html#341e9e641ceab16445632bd3c630cf48">$animals</a></td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
test code 
<p>

<p>Definition in file <a class="el" href="main_8php-source.html">main.php</a>.</p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="341e9e641ceab16445632bd3c630cf48"></a><!-- doxytag: member="main.php::$animals" ref="341e9e641ceab16445632bd3c630cf48" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">$animals          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
<b>Initial value:</b><div class="fragment"><pre class="fragment"> array(
   <span class="keyword">new</span> <a class="code" href="classCat.html" title="a subclassed mammal">Cat</a>
  ,<span class="keyword">new</span> <a class="code" href="classDog.html" title="another subclassed mammal">Dog</a>
  ,<span class="keyword">new</span> <a class="code" href="classBird.html" title="an abstract bird">Bird</a>
  ,<span class="keyword">new</span> <a class="code" href="classRedKite.html" title="another subclassed bird">RedKite</a>
  ,<span class="keyword">new</span> <a class="code" href="classPigeon.html" title="a subclassed bird">Pigeon</a>
  )
</pre></div>
<p>Definition at line <a class="el" href="main_8php-source.html#l00032">32</a> of file <a class="el" href="main_8php-source.html">main.php</a>.</p>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 11 16:12:42 2012 for Sample Code (PHP) by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>