Validates that the current value of a field is an IP address.
Since 1.0
boolean isIp (string $field)
Returns boolean.
Example:
if(!$this->APP->form->isIp('field_name')){ $this->APP->form->addError('field_name', 'An error message'); }