Reader::getWithPrefixLen( string $ipAddress )
Retrieves the record for the IP address and its associated network prefix length.
Description Description
Parameters Parameters
- $ipAddress
-
(Required) the IP address to look up
Return Return
(array) an array where the first element is the record and the second the network prefix length for the record
Source Source
File: vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php