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
dirname
@ -11,7 +11,6 @@ file_put_contents
get_cwd
ls
mkdir
print
set_cwd
shell_escape
shell_exec

View File

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