Commit cea2ad1e authored by Nils Goroll's avatar Nils Goroll

sync std.fileread() docs with reality

The blind caching is OBE for six years now, see
344a709c
parent b55cfa1b
......@@ -107,10 +107,8 @@ Example
$Function STRING fileread(PRIV_CALL, STRING)
Description
Reads a file and returns a string with the content. Please
note that it is not recommended to send variables to this
function the caching in the function doesn't take this into
account. Also, files are not re-read.
Reads a file and returns a string with the content. The result
is cached indefinitely per filename.
Example
synthetic("Response was served by " + std.fileread("/etc/hostname"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment