php
Safari
See how it's used out in the wild
0
hash_update
Pump data into an active hashing context
151
compact
Create array containing variables and their values
0
array_udiff_assoc
Computes the difference of arrays with additional index check, compares data by a callback function
0
is_uploaded_file
Tells whether the file was uploaded via HTTP POST
0
iconv_substr
Cut out part of a string
0
mb_ereg_search_pos
Returns position and length of a matched part of the multibyte regular expression for a predefined multibyte string
0
pg_execute
Sends a request to execute a prepared statement with given parameters, and waits for the result
36
class_uses_recursive
The class_uses_recursive function returns all traits used by a class, including traits used by all of its parent classes:
107
value
The value function returns the value it is given. However, if you pass a closure to the function, the closure will be executed and its returned value will be returned: