File: Validate.php
Source Location: /Validate-0.5.0/Validate.php
Classes:
Validate
Validation class
Page Details:
Validation class
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)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)
PHP versions 4LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.
VALIDATE_ALPHA [line 40]
VALIDATE_ALPHA_LOWER [line 38]
VALIDATE_ALPHA_UPPER [line 39]
VALIDATE_EALPHA [line 43]
VALIDATE_EALPHA_LOWER [line 41]
VALIDATE_EALPHA_UPPER [line 42]
VALIDATE_NAME [line 45]
VALIDATE_NUM [line 36]
VALIDATE_PUNCTUATION [line 44]
VALIDATE_SPACE [line 37]
VALIDATE_STREET [line 46]
Documentation generated on Mon, 11 Mar 2019 14:20:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|