Converts an (IPv4) Internet network address into a string in Internet standard dotted format.
The function works with:
- 32-bit numbers (-2147483648 ~ 2147483647)
- 64-bit numbers (0 ~ 42949672945)
It will return false if the number is not within the range.
ip2long: https://gist.github.com/1575199