php Safari

See how it's used out in the wild

0
sodium_crypto_kdf_derive_from_key
Derive a subkey
0
sodium_compare
Compare large numbers
0
crypt
One-way string hashing
2
sha1_file
Calculate the sha1 hash of a file
46
chdir
Change directory
4
ctype_alnum
Check for alphanumeric character(s)
0
posix_getlogin
Return login name
70
with
The with function returns the value it is given. If a closure is passed as the second argument to the function, the closure will be executed and its returned value will be returned: