file locking

This commit is contained in:
udo
2021-12-07 01:32:46 +00:00
parent 0685fdf29a
commit 1f0f08f787
6 changed files with 74 additions and 26 deletions
+22
View File
@@ -0,0 +1,22 @@
RENDER()
{
DTree t;
<>
<link rel="stylesheet" href='style.css'></link>
<h1>
<a href="index.uce">UCE Test</a>:
FileI/O
</h1>
File IO:
<pre style="white-space: pre-wrap"><?= file_get_contents("fileio.uce") ?></pre>
Params
<pre><?= var_dump(context->params) ?></pre>
</>
}