INET_ATON(expression)

Description: Returns an integer representing the dotted decimal network address given by expression. May be a 4- or 8-byte address.

Example:

  • INET_ATON("213.234.21.67") returns 3588887875.

The example is calculated as 213*2553+234*2552+21*255+67.

See also: INET_NTOA()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.152.87