PHP 如何验证IP是否合法?答案PHP 如何验证IP是否合法?答案代码: function checkIp($ip){ return filter_var($ip, FILTER_VALIDATE_IP);}