[Zend_Filter] element index

Package indexes

All elements
e f g i n o z
e
top
Page Exception.php
Exception.php in Exception.php
f
top
Page Filter.php
Filter.php in Filter.php
g
top
Method getAlnum
Returns only the alphabetic characters and digits in value.
Method getAlpha
Returns only the alphabetic characters in value.
Method getDigits
Returns only the digits in value. This differs from getInt().
Method getDir
Zend_Filter::getDir() in Filter.php
Returns dirname(value).
Method getInt
Zend_Filter::getInt() in Filter.php
Returns (int) value.
Method getPath
Returns realpath(value).
i
top
Method isAlnum
Returns value if every character is alphabetic or a digit, FALSE otherwise.
Method isAlpha
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
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
Method isDate
Zend_Filter::isDate() in Filter.php
Returns $value if it is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
Method isDigits
Returns value if every character is a digit, FALSE otherwise.
Method isEmail
Returns value if it is a valid email format, FALSE otherwise.
Method isFloat
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_Filter::isHex() in Filter.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_Filter::isInt() in Filter.php
Returns value if it is a valid integer value, FALSE otherwise.
Method isIp
Zend_Filter::isIp() in Filter.php
Returns value if it is a valid IP format, FALSE otherwise.
Method isLessThan
Returns value if it is less than $max, FALSE otherwise.
Method isName
Zend_Filter::isName() in Filter.php
Returns value if it is a valid format for a person's name, FALSE otherwise.
Method isOneOf
Returns value if it is one of $allowed, FALSE otherwise.
Method isPhone
Returns value if it is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
Method isRegex
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
Method isUri
Zend_Filter::isUri() in Filter.php
Method isZip
Zend_Filter::isZip() in Filter.php
Returns value if it is a valid US ZIP, FALSE otherwise.
n
top
Method noPath
Zend_Filter::noPath() in Filter.php
Returns basename(value).
Method noTags
Zend_Filter::noTags() in Filter.php
Returns value with all tags removed.
o
top
Variable HOST_ALLOW_ALL
Variable HOST_ALLOW_DNS
Options for isHostname() that specify which types of hostnames to allow.
Variable HOST_ALLOW_IP
Variable HOST_ALLOW_LOCAL
z
top
Class Zend_Filter
Zend_Filter in Filter.php
Class Zend_Filter_Exception
Zend_Filter_Exception in Exception.php
e f g i n o z