summaryrefslogtreecommitdiff
path: root/documentation/functions.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/functions.html')
-rw-r--r--documentation/functions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/functions.html b/documentation/functions.html
index 58f2394..c8a521b 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -32,7 +32,7 @@ Php::Value example4(Php::Parameters &amp;params);</code></pre>
void myFunction()
{
- std::cout &lt;&lt; "example output" &lt;&lt; std::endl;
+ Php::out &lt;&lt; "example output" &lt;&lt; std::endl;
}
extern "C" {