cleanup, docs

This commit is contained in:
root
2026-06-16 12:21:31 +00:00
parent dff1959341
commit ea08d5f28b
296 changed files with 1571 additions and 1940 deletions
+2 -4
View File
@@ -13,7 +13,5 @@ Executes a Linux shell command and returns the generated output.
When command text includes user-controlled input, escape that input first with `shell_escape()`.
Related:
- PHP: `shell_exec()`, `exec()`, or `proc_open()`
- JavaScript / Node.js: Node `child_process.exec()` or `spawn()`
:example
print("shell_exec example\n");