This commit is contained in:
Udo 2022-01-21 00:43:00 +00:00
parent dd14dbb6e3
commit a786f4db05
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
System Functions File System Functions
basename basename
dirname dirname
@ -11,7 +11,6 @@ file_put_contents
get_cwd get_cwd
ls ls
mkdir mkdir
print
set_cwd set_cwd
shell_escape shell_escape
shell_exec shell_exec

View File

@ -7,5 +7,4 @@ void print(...val)
:desc :desc
Appends data to the current request's output stream. Appends data to the current request's output stream.
:see
>sys