IP Address storage in D7?

In the sys_ip_members_visits table, anybody know what these numbers are?   If this is supposed to be IP address storage, what strange format is it?

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 12 Mar 2010

It is a 32bit Decimal representation of a IPV4 dotted quad address.

It can be converted to dotted quad using the php function long2ip

In code, it's easier to deal with ip addresses as a standard integer without the dots.

https://www.deanbassett.com
Quote · 12 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.