getting closer to full port of web app starter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Output / Invocation Functions
|
||||
|
||||
1_RENDER
|
||||
call_file
|
||||
unit_call
|
||||
component
|
||||
component_exists
|
||||
component_resolve
|
||||
@@ -11,5 +11,6 @@ ob_get
|
||||
ob_get_close
|
||||
ob_start
|
||||
print
|
||||
render_component
|
||||
render_file
|
||||
component_render
|
||||
unit_load
|
||||
unit_render
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
Runtime
|
||||
unit_info
|
||||
units_list
|
||||
unit_compile
|
||||
@@ -1,5 +1,5 @@
|
||||
Sessions
|
||||
|
||||
make_session_id
|
||||
session_id_create
|
||||
session_destroy
|
||||
session_start
|
||||
|
||||
@@ -8,11 +8,11 @@ file_exists
|
||||
file_get_contents
|
||||
file_mtime
|
||||
file_put_contents
|
||||
get_cwd
|
||||
cwd_get
|
||||
ls
|
||||
mkdir
|
||||
path_join
|
||||
set_cwd
|
||||
cwd_set
|
||||
shell_escape
|
||||
shell_exec
|
||||
unlink
|
||||
file_unlink
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Time and Date Functions
|
||||
|
||||
microtime
|
||||
time_precise
|
||||
time
|
||||
date
|
||||
gmdate
|
||||
parse_time
|
||||
time_format_local
|
||||
time_format_utc
|
||||
time_parse
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
URI Functions
|
||||
|
||||
encode_query
|
||||
make_session_id
|
||||
session_id_create
|
||||
parse_query
|
||||
uri_decode
|
||||
uri_encode
|
||||
|
||||
Reference in New Issue
Block a user