task() API, documentation work

This commit is contained in:
udo
2022-01-09 00:20:35 +00:00
parent 2c2225c76f
commit cbf57a9a35
79 changed files with 1094 additions and 136 deletions
+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
+9
View File
@@ -0,0 +1,9 @@
Noise Functions
draw_float
draw_int
generate_float
generate_int
noise01
noise32
noise64
+6
View File
@@ -0,0 +1,6 @@
Output Buffer Functions
ob_clear
ob_get
ob_get_clear
ob_start
+6
View File
@@ -0,0 +1,6 @@
Socket Functions
socket_close
socket_connect
socket_read
socket_write
+8
View File
@@ -0,0 +1,8 @@
String Functions
filter
first
join
nibble
split
trim
+16
View File
@@ -0,0 +1,16 @@
System Functions
basename
dirname
expand_path
file_exists
file_get_contents
file_mtime
file_put_contents
get_cwd
ls
mkdir
set_cwd
shell_escape
shell_exec
unlink
+7
View File
@@ -0,0 +1,7 @@
Time and Date Functions
microtime
time
date
gmdate
parse_time
+7
View File
@@ -0,0 +1,7 @@
URI Functions
encode_query
make_session_id
parse_query
uri_decode
uri_encode