Validate IP Address? filter_var or Zend isValid?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • worldmiros
    Senior Member
    • Dec 2015
    • 120

    Validate IP Address? filter_var or Zend isValid?

    If I wanted to validate ip address, is it recommended to Zend framework isValid function, or can I just use filter_var and FILTER_VALIDATE_IP flag?
  • yuri
    Member
    • Mar 2014
    • 8485

    #2
    It's ok to use zend validation since it's available in EspoCRM. We planned to utilize it.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...