php
Safari
See how it's used out in the wild
0
pcntl_strerror
Retrieve the system error message associated with the given errno
0
sodium_crypto_pwhash_scryptsalsa208sha256
Derives a key from a password, using scrypt
0
array_product
Calculate the product of values in an array
1
base_convert
Convert a number between arbitrary bases
1
xml_get_current_byte_index
Get current byte index for an XML parser
1
imagecreatefromwebp
Create a new image from file or URL
0
intlcal_equals
0
grapheme_strstr
Returns part of haystack string from the first occurrence of needle to the end of haystack
0
swoole_mime_type_delete
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: