decided in favor of dedicated COMPONENT() macro, updates to documentation

This commit is contained in:
udo
2026-04-19 11:34:03 +00:00
parent be514d63d6
commit 2b5586d7df
56 changed files with 926 additions and 401 deletions
+1
View File
@@ -6,6 +6,7 @@ String shell_exec(String cmd);
String shell_escape(String raw);
String basename(String fn);
String dirname(String fn);
String path_join(String base, String child);
bool mkdir(String path);
bool file_exists(String path);
String file_get_contents(String file_name);