W7 done done
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Runtime
|
||||
backtrace_frames_string
|
||||
capture_backtrace_string
|
||||
error_pages
|
||||
signal_name
|
||||
unit_info
|
||||
units_list
|
||||
unit_compile
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
String Functions
|
||||
|
||||
ascii_safe_name
|
||||
base64_decode
|
||||
base64_encode
|
||||
contains
|
||||
filter
|
||||
first
|
||||
join
|
||||
json_consume_space
|
||||
json_encode
|
||||
list_every
|
||||
list_find
|
||||
@@ -19,6 +22,8 @@ str_ends_with
|
||||
str_starts_with
|
||||
substr
|
||||
split
|
||||
split_http_headers
|
||||
split_kv
|
||||
split_space
|
||||
split_utf8
|
||||
replace
|
||||
|
||||
@@ -4,6 +4,7 @@ basename
|
||||
dirname
|
||||
expand_path
|
||||
file_append
|
||||
file_append_contents
|
||||
file_exists
|
||||
file_get_contents
|
||||
file_mtime
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
Time and Date Functions
|
||||
|
||||
usleep
|
||||
time_precise
|
||||
time
|
||||
time_format_local
|
||||
|
||||
@@ -12,5 +12,6 @@ route_path_normalize
|
||||
route_path_sanitize
|
||||
session_id_create
|
||||
parse_query
|
||||
parse_uri
|
||||
uri_decode
|
||||
uri_encode
|
||||
|
||||
Reference in New Issue
Block a user