[Zend_InputFilter] element index

Package indexes

All elements
e g i n z _
_
top
Variable $_source
Zend_InputFilter::$_source in InputFilter.php
Method __construct
e
top
Page Exception.php
Exception.php in Exception.php
g
top
Method getAlnum
Zend_InputFilter::getAlnum() in InputFilter.php
Returns only the alphabetic characters and digits in value.
Method getAlpha
Zend_InputFilter::getAlpha() in InputFilter.php
Returns only the alphabetic characters in value.
Method getDigits
Returns only the digits in value. This differs from getInt().
Method getDir
Zend_InputFilter::getDir() in InputFilter.php
Returns dirname(value).
Method getInt
Zend_InputFilter::getInt() in InputFilter.php
Returns (int) value.
Method getLength
Returns first $length characters of value.
Method getPath
Zend_InputFilter::getPath() in InputFilter.php
Returns realpath(value).
Method getRaw
Zend_InputFilter::getRaw() in InputFilter.php
Returns value.
i
top
Method isAlnum
Zend_InputFilter::isAlnum() in InputFilter.php
Returns value if every character is alphabetic or a digit, FALSE otherwise.
Method isAlpha
Zend_InputFilter::isAlpha() in InputFilter.php
Returns value if every character is alphabetic, FALSE otherwise.
Method isBetween
Returns value if it is greater than or equal to $min and less than or equal to $max, FALSE otherwise. If $inc is set to FALSE, then the value must be strictly greater than $min and strictly less than $max.
Method isCcnum
Zend_InputFilter::isCcnum() in InputFilter.php
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
Method isDate
Zend_InputFilter::isDate() in InputFilter.php
Returns $value if it is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
Method isDigits
Zend_InputFilter::isDigits() in InputFilter.php
Returns value if every character is a digit, FALSE otherwise.
Method isEmail
Zend_InputFilter::isEmail() in InputFilter.php
Returns value if it is a valid email format, FALSE otherwise.
Method isFloat
Zend_InputFilter::isFloat() in InputFilter.php
Returns value if it is a valid float value, FALSE otherwise.
Method isGreaterThan
Returns value if it is greater than $min, FALSE otherwise.
Method isHex
Zend_InputFilter::isHex() in InputFilter.php
Returns value if it is a valid hexadecimal format, FALSE otherwise.
Method isHostname
Returns value if it is a valid hostname, FALSE otherwise.
Method isInt
Zend_InputFilter::isInt() in InputFilter.php
Returns value if it is a valid integer value, FALSE otherwise.
Method isIp
Zend_InputFilter::isIp() in InputFilter.php
Returns value if it is a valid IP format, FALSE otherwise.
Method isLength
Zend_InputFilter::isLength() in InputFilter.php
Returns value if its length is greater than $min and less than $max, FALSE otherwise.
Method isLessThan
Returns value if it is less than $max, FALSE otherwise.
Method isName
Zend_InputFilter::isName() in InputFilter.php
Returns value if it is a valid format for a person's name, FALSE otherwise.
Method isOneOf
Zend_InputFilter::isOneOf() in InputFilter.php
Returns value if it is one of $allowed, FALSE otherwise.
Method isPhone
Zend_InputFilter::isPhone() in InputFilter.php
Returns value if it is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
Method isRegex
Zend_InputFilter::isRegex() in InputFilter.php
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
Method isUri
Zend_InputFilter::isUri() in InputFilter.php
Method isZip
Zend_InputFilter::isZip() in InputFilter.php
Returns value if it is a valid US ZIP, FALSE otherwise.
Page InputFilter.php
InputFilter.php in InputFilter.php
n
top
Method noPath
Zend_InputFilter::noPath() in InputFilter.php
Returns basename(value).
Method noTags
Zend_InputFilter::noTags() in InputFilter.php
Returns value with all tags removed.
z
top
Class Zend_InputFilter
Zend_InputFilter in InputFilter.php
Class Zend_InputFilter_Exception
e g i n z _