trying to port web app starter from PHP

This commit is contained in:
udo
2026-04-19 09:38:23 +00:00
parent 46d98a092f
commit be514d63d6
546 changed files with 76910 additions and 2807 deletions
+3
View File
@@ -0,0 +1,3 @@
Markup Functions
markdown_to_ast
markdown_to_html
+8
View File
@@ -0,0 +1,8 @@
Memcache Functions
memcache_command
memcache_connect
memcache_delete
memcache_get
memcache_get_multiple
memcache_set
+8
View File
@@ -0,0 +1,8 @@
MySQL Functions
mysql_connect
mysql_disconnect
mysql_error
mysql_escape
mysql_insert_id
mysql_query
+10
View File
@@ -0,0 +1,10 @@
Noise/Hash Functions
draw_float
draw_int
gen_noise01
gen_noise32
gen_noise64
gen_float
gen_int
gen_sha1
+15
View File
@@ -0,0 +1,15 @@
Output / Invocation Functions
1_RENDER
call_file
component
component_exists
component_resolve
load
ob_close
ob_get
ob_get_close
ob_start
print
render_component
render_file
+5
View File
@@ -0,0 +1,5 @@
Sessions
make_session_id
session_destroy
session_start
+6
View File
@@ -0,0 +1,6 @@
Socket Functions
socket_close
socket_connect
socket_read
socket_write
+15
View File
@@ -0,0 +1,15 @@
String Functions
concat
filter
first
join
nibble
print
split
split_space
split_utf8
replace
to_lower
to_upper
trim
+17
View File
@@ -0,0 +1,17 @@
File System Functions
basename
dirname
expand_path
file_append
file_exists
file_get_contents
file_mtime
file_put_contents
get_cwd
ls
mkdir
set_cwd
shell_escape
shell_exec
unlink
+6
View File
@@ -0,0 +1,6 @@
Task API
kill
task
task_repeat
task_pid
+7
View File
@@ -0,0 +1,7 @@
Time and Date Functions
microtime
time
date
gmdate
parse_time
+5
View File
@@ -0,0 +1,5 @@
Types
DTree
String
StringMap
+7
View File
@@ -0,0 +1,7 @@
URI Functions
encode_query
make_session_id
parse_query
uri_decode
uri_encode
+12
View File
@@ -0,0 +1,12 @@
WebSocket Functions
ws_close
ws_connection_count
ws_connection_id
ws_connections
ws_is_binary
ws_message
ws_opcode
ws_scope
ws_send
ws_send_to