memorySearch() memorySearch( $ip) all the db binary string will be loaded into memory then search the memory only and this will a lot faster than disk base search Parameters $ip
binarySearch() binarySearch( $ip) : mixed get the data block throught the specifield ip address or long ip numeric with binary search algorithm Parameters $ip Returns mixed — Array or NULL for any error
btreeSearch() btreeSearch( $ip) : Mixed get the data block associated with the specifield ip with b-tree search algorithm Parameters $ip Returns Mixed — Array for NULL for any error