Arrays
Arrays PHP Methods
static hasMatchingName(array $search, array $target) v5
Checks if an array has a specific value
PARAMETERS:
$search = array, Search value to look it up in an array
$target = array, the target array to check
RETURN VALUE:
bool = True if the search value exists in target array, false otherwisestatic loadLocationFromIP(array &$loadArr, array $excludeIfHasRequest, string $ip) v5
Loads a location (geolocation) from an IP address
PARAMETERS:
$loadArr = array, Location array including (city, state, country)
$excludeIfHasRequest = array
$ip = string, IP address
RETURN VALUE:
voidArrays PHP Variables
🔎︎ %l4610%