Zend_Filter_InputLocated in /Zend/Filter/Input.php (line 36)
Constructor __construct (line 40)
getAlnum (line 71)
Returns only the alphabetic characters and digits in value.
getAlpha (line 56)
Returns only the alphabetic characters in value.
getDigits (line 86)
Returns only the digits in value. This differs from getInt().
getDir (line 101)
Returns dirname(value).
getInt (line 116)
Returns (int) value.
getPath (line 131)
Returns realpath(value).
getRaw (line 146)
Returns value.
keyExists (line 589)
Checks if a key exists
noPath (line 575)
Returns basename(value).
noTags (line 560)
Returns value with all tags removed.
testAlnum (line 162)
Returns value if every character is alphabetic or a digit, FALSE otherwise.
testAlpha (line 182)
Returns value if every character is alphabetic, FALSE otherwise.
testBetween (line 207)
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 (line 229)
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
testDate (line 249)
Returns $value if it is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
testDigits (line 269)
Returns value if every character is a digit, FALSE otherwise.
This is just like isInt(), except there is no upper limit.
testEmail (line 288)
Returns value if it is a valid email format, FALSE otherwise.
testFloat (line 307)
Returns value if it is a valid float value, FALSE otherwise.
testGreaterThan (line 327)
Returns value if it is greater than $min, FALSE otherwise.
testHex (line 347)
Returns value if it is a valid hexadecimal format, FALSE otherwise.
testHostname (line 371)
Returns value if it is a valid hostname, FALSE otherwise.
Depending upon the value of $allow, Internet domain names, IP addresses, and/or local network names are considered valid. The default is HOST_ALLOW_ALL, which considers all of the above to be valid.
testInt (line 390)
Returns value if it is a valid integer value, FALSE otherwise.
testIp (line 409)
Returns value if it is a valid IP format, FALSE otherwise.
testLessThan (line 429)
Returns value if it is less than $max, FALSE otherwise.
testName (line 449)
Returns value if it is a valid format for a person's name, FALSE otherwise.
testOneOf (line 468)
Returns value if it is one of $allowed, FALSE otherwise.
testPhone (line 488)
Returns value if it is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
testRegex (line 509)
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
testUri (line 522)
testZip (line 541)
Returns value if it is a valid US ZIP, FALSE otherwise.
Documentation generated on Tue, 11 Jul 2006 12:17:35 -0500 by phpDocumentor 1.3.0RC6