php
Safari
See how it's used out in the wild
7
func_get_arg
Return an item from the argument list
16
error_reporting
Sets which PHP errors are reported
90
preg_match_all
Perform a global regular expression match
0
parse_ini_string
Parse a configuration string
2
ftp_set_option
Set miscellaneous runtime FTP options
0
gmp_div_q
Divide numbers
9
retry
The retry function attempts to execute the given callback until the given maximum attempt threshold is met. If the callback does not throw an exception, its return value will be returned. If the callback throws an exception, it will automatically be retried. If the maximum attempt count is exceeded, the exception will be thrown:
10
enum_exists
Checks if the enum has been defined