Zend_Filter_InputLocated in /Zend/Filter/Input.php (line 37)
Constructor __construct (line 54)
Stores a reference to the data source array and removes the reference $source when $strict is true
getAlnum (line 85)
Returns only the alphabetic characters and digits in value.
getAlpha (line 70)
Returns only the alphabetic characters in value.
getDigits (line 100)
Returns only the digits in value. This differs from getInt().
getDir (line 115)
Returns dirname(value).
getInt (line 130)
Returns (int) value.
getPath (line 145)
Returns realpath(value).
getRaw (line 159)
Returns value.
keyExists (line 528)
Checks if a key exists
noPath (line 514)
Returns basename(value).
noTags (line 499)
Returns value with all tags removed.
testAlnum (line 175)
Returns value if every character is alphabetic or a digit, FALSE otherwise.
testAlpha (line 195)
Returns value if every character is alphabetic, FALSE otherwise.
testBetween (line 220)
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 241)
Returns value if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
testDate (line 261)
Returns $value if it is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
testDigits (line 281)
Returns value if every character is a digit, FALSE otherwise.
This is just like isInt(), except there is no upper limit.
testEmail (line 300)
Returns value if it is a valid email format, FALSE otherwise.
testFloat (line 319)
Returns value if it is a valid float value, FALSE otherwise.
testGreaterThan (line 338)
Returns value if it is greater than $min, FALSE otherwise.
testHex (line 358)
Returns value if it is a valid hexadecimal format, FALSE otherwise.
testHostname (line 382)
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 401)
Returns value if it is a valid integer value, FALSE otherwise.
testIp (line 420)
Returns value if it is a valid IP format, FALSE otherwise.
testLessThan (line 440)
Returns value if it is less than $max, FALSE otherwise.
testOneOf (line 459)
Returns value if it is one of $allowed, FALSE otherwise.
testRegex (line 480)
Returns value if it matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
Documentation generated on Wed, 21 Feb 2007 11:51:51 -0800 by phpDocumentor 1.3.1