File: Validate.php
Source Location: /Validate-0.8.2/Validate.php
Classes:
Validate
Validation class
Page Details:
Validation class
Copyright (c) 1997-2006 Pierre-Alain Joye,Tomas V.V.Cox, Amir Saied This source file is subject to the New BSD license, That is bundled with this package in the file LICENSE, and is available through the world-wide-web at http://www.opensource.org/licenses/bsd-license.php If you did not receive a copy of the new BSDlicense and are unable to obtain it through the world-wide-web, please send a note to pajoye@php.net so we can mail you a copy immediately. Author: Tomas V.V.Cox <cox@idecnet.com> Pierre-Alain Joye <pajoye@php.net> Amir Mohammad Saied <amir@php.net> Package to validate various datas. It includes : - numbers (min/max, decimal or not)
- email (syntax, domain check)
- string (predifined type alpha upper and/or lowercase, numeric,...)
- date (min, max, rfc822 compliant)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)
VALIDATE_ALL_EMAILS [line 57]
VALIDATE_ALPHA [line 46]
VALIDATE_ALPHA_LOWER [line 44]
VALIDATE_ALPHA_UPPER [line 45]
VALIDATE_CCTLD_EMAILS [line 56]
VALIDATE_EALPHA [line 49]
VALIDATE_EALPHA_LOWER [line 47]
VALIDATE_EALPHA_UPPER [line 48]
VALIDATE_GTLD_EMAILS [line 55]
VALIDATE_ITLD_EMAILS [line 54]
VALIDATE_NAME [line 51]
VALIDATE_NUM [line 42]
VALIDATE_PUNCTUATION [line 50]
VALIDATE_SPACE [line 43]
VALIDATE_STREET [line 52]
Documentation generated on Fri, 13 Feb 2009 13:00:21 +0000 by phpDocumentor 1.4.2. PEAR Logo Copyright © PHP Group 2004.
|