Gumbo_Valid_Web

Gumbo_Valid
   |
   --Gumbo_Valid_Web

Web Validation Class

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Inherited Methods

Class Methods

public Gumbo_Valid_Web __construct ( [bool $throw], [int $level] ) [line 42]

Constructor

Parameter(s):

  • (bool) $throw :: throw Exceptions
  • (int) $level :: Error Level thrown
Overrides
Gumbo_Valid::__construct()

[ Top ]
public bool isEmail ( string $val ) [line 54]

Returns if the value is an Email Address

Parameter(s):

  • (string) $val
  • throws:  Gumbo_Exception

[ Top ]
public bool isIpAddress ( string $val ) [line 104]

Returns if the value is an IP Address

Parameter(s):

  • (string) $val
  • throws:  Gumbo_Exception

[ Top ]
public bool isUrl ( string $val ) [line 79]

Returns if the value is a URL

Parameter(s):

  • (string) $val
  • throws:  Gumbo_Exception

[ Top ]