output buffers
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ RENDER()
|
||||
<li><a href="fileio.uce">File I/O</a></li>
|
||||
</ul>
|
||||
<pre><?
|
||||
echo("Worker PID: "+std::to_string(my_pid)+"\n");
|
||||
echo("Parent PID: "+std::to_string(parent_pid)+" \n");
|
||||
print("Worker PID: ", my_pid, "\n");
|
||||
print("Parent PID: ", parent_pid, " \n");
|
||||
?></pre>
|
||||
<pre><?= (var_dump(p)) ?></pre>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user