[Zend_Filter] element index

Package indexes

All elements
e f g i n o t z _
_
top
Variable $_source
Method __construct
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).
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
Returns dirname(value).
Method getInt
Returns (int) value.
Method getPath
Returns realpath(value).
Method getRaw
Returns 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.
Page Input.php
Input.php in Input.php
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.
Method noPath
Returns basename(value).
Method noTags
Returns value with all tags removed.
o
top
Class Constant HOST_ALLOW_ALL
Class Constant HOST_ALLOW_DNS
Options for isHostname() that specify which types of hostnames to allow.
Class Constant HOST_ALLOW_IP
Class Constant HOST_ALLOW_LOCAL
t
top
Method testAlnum
Returns value if every character is alphabetic or a digit, FALSE otherwise.
Method testAlpha
Returns value if every character is alphabetic, FALSE otherwise.
Method testBetween
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 testCcnum
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
Method testDate
Returns $value if it is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
Method testDigits
Returns value if every character is a digit, FALSE otherwise.
Method testEmail
Returns value if it is a valid email format, FALSE otherwise.
Method testFloat
Returns value if it is a valid float value, FALSE otherwise.
Method testGreaterThan
Returns value if it is greater than $min, FALSE otherwise.
Method testHex
Returns value if it is a valid hexadecimal format, FALSE otherwise.
Method testHostname
Returns value if it is a valid hostname, FALSE otherwise.
Method testInt
Returns value if it is a valid integer value, FALSE otherwise.
Method testIp
Returns value if it is a valid IP format, FALSE otherwise.
Method testLessThan
Returns value if it is less than $max, FALSE otherwise.
Method testName
Returns value if it is a valid format for a person's name, FALSE otherwise.
Method testOneOf
Returns value if it is one of $allowed, FALSE otherwise.
Method testPhone
Returns value if it is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
Method testRegex
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
Method testUri
Method testZip
Returns value if it is a valid US ZIP, FALSE otherwise.
z
top
Class Zend_Filter
Zend_Filter in Filter.php
Class Zend_Filter_Exception
Zend_Filter_Exception in Exception.php
Class Zend_Filter_Input
Zend_Filter_Input in Input.php
e f g i n o t z _