summaryrefslogtreecommitdiff
path: root/documentation/parameters.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/parameters.html')
-rw-r--r--documentation/parameters.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/documentation/parameters.html b/documentation/parameters.html
index 5c39a55..38f494c 100644
--- a/documentation/parameters.html
+++ b/documentation/parameters.html
@@ -13,8 +13,7 @@
the parameters is:
</p>
<p>
-<pre class="language-c++"><code>
-#include &lt;phpcpp.h&gt;
+<pre class="language-c++"><code>#include &lt;phpcpp.h&gt;
void example(Php::Parameters &amp;params)
{
@@ -30,8 +29,7 @@ extern "C" {
});
return myExtension;
}
-}
-</pre></code>
+}</pre></code>
</p>
<p>
Above you see that we passed in additional information when we registered the
@@ -268,6 +266,3 @@ swap(10,20);
?&gt;
</code></pre>
</p>
-
-
- \ No newline at end of file