[Zend_Filter] element index

Package indexes

All elements
e f g i k n o t z _
_
top
$_source
__construct
e
top
Exception.php
Exception.php in Exception.php
f
top
Filter.php
Filter.php in Filter.php
g
top
getAlnum
Returns only the alphabetic characters and digits in value.
getAlpha
Returns only the alphabetic characters in value.
getDigits
Returns only the digits in value. This differs from getInt().
getDir
Zend_Filter::getDir() in Filter.php
Returns dirname(value).
getInt
Zend_Filter::getInt() in Filter.php
Returns (int) value.
getPath
Returns realpath(value).
getAlnum
Returns only the alphabetic characters and digits in value.
getAlpha
Returns only the alphabetic characters in value.
getDigits
Returns only the digits in value. This differs from getInt().
getDir
Returns dirname(value).
getInt
Returns (int) value.
getPath
Returns realpath(value).
getRaw
Returns value.
i
top
isAlnum
Returns value if every character is alphabetic or a digit, FALSE otherwise.
isAlpha
Returns value if every character is alphabetic, FALSE otherwise.
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.
isCcnum
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
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.
isDigits
Returns TRUE if every character is a digit, FALSE otherwise.
isEmail
Returns value if it is a valid email format, FALSE otherwise.
isFloat
Returns value if it is a valid float value, FALSE otherwise.
isGreaterThan
Returns value if it is greater than $min, FALSE otherwise.
isHex
Zend_Filter::isHex() in Filter.php
Returns value if it is a valid hexadecimal format, FALSE otherwise.
isHostname
Returns value if it is a valid hostname, FALSE otherwise.
isInt
Zend_Filter::isInt() in Filter.php
Returns value if it is a valid integer value, FALSE otherwise.
isIp
Zend_Filter::isIp() in Filter.php
Returns value if it is a valid IP format, FALSE otherwise.
isLessThan
Returns value if it is less than $max, FALSE otherwise.
isName
Zend_Filter::isName() in Filter.php
Returns value if it is a valid format for a person's name, FALSE otherwise.
isOneOf
Returns value if it is one of $allowed, FALSE otherwise.
isPhone
Returns value if it is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
isRegex
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
isUri
Zend_Filter::isUri() in Filter.php
isZip
Zend_Filter::isZip() in Filter.php
Returns TRUE if it is a valid US ZIP, FALSE otherwise.
Input.php
Input.php in Input.php
k
top
keyExists
Checks if a key exists
n
top
noPath
Zend_Filter::noPath() in Filter.php
Returns basename(value).
noTags
Zend_Filter::noTags() in Filter.php
Returns value with all tags removed.
noPath
Returns basename(value).
noTags
Returns value with all tags removed.
o
top
HOST_ALLOW_ALL
HOST_ALLOW_DNS
Options for isHostname() that specify which types of hostnames to allow.
HOST_ALLOW_IP
HOST_ALLOW_LOCAL
t
top
testAlnum
Returns value if every character is alphabetic or a digit, FALSE otherwise.
testAlpha
Returns value if every character is alphabetic, FALSE otherwise.
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.
testCcnum
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
testDate
Returns $value if it is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
testDigits
Returns value if every character is a digit, FALSE otherwise.
testEmail
Returns value if it is a valid email format, FALSE otherwise.
testFloat
Returns value if it is a valid float value, FALSE otherwise.
testGreaterThan
Returns value if it is greater than $min, FALSE otherwise.
testHex
Returns value if it is a valid hexadecimal format, FALSE otherwise.
testHostname
Returns value if it is a valid hostname, FALSE otherwise.
testInt
Returns value if it is a valid integer value, FALSE otherwise.
testIp
Returns value if it is a valid IP format, FALSE otherwise.
testLessThan
Returns value if it is less than $max, FALSE otherwise.
testName
Returns value if it is a valid format for a person's name, FALSE otherwise.
testOneOf
Returns value if it is one of $allowed, FALSE otherwise.
testPhone
Returns value if it is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
testRegex
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
testUri
testZip
Returns value if it is a valid US ZIP, FALSE otherwise.
z
top
Zend_Filter
Zend_Filter in Filter.php
Zend_Filter_Exception
Zend_Filter_Exception in Exception.php
Zend_Filter_Input
Zend_Filter_Input in Input.php
e f g i k n o t z _