Answer D is correct. The ip2long function converts the string 127.0.256 into an integer representation of the valid IP 127.0.1.0, which is then outputted by long2ip(). This is actually an effective method of checking whether an IP is valid (as mentioned in the PHP Manual itself).