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


Top ↑

Return Return

(array) an array where the first element is the record and the second the network prefix length for the record


Top ↑

Source Source

File: vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.