Located in /Inspekt.php (line 95)
Converts an array into an ArrayObject. We use ArrayObjects when walking arrays in Inspekt
Escapes the value given with mysql_real_escape_string
Escapes the value given with pg_escape_string
If the data is for a column of the type bytea, use Inspekt::escPgSQLBytea()
Escapes the value given with pg_escape_bytea
Returns only the alphabetic characters and digits in value.
Returns only the alphabetic characters in value.
Returns only the digits in value.
Returns dirname(value).
Returns (int) value.
Returns realpath(value).
Returns the value encoded as ROT13 (or decoded, if already was ROT13)
Returns TRUE if every character is alphabetic or a digit, FALSE otherwise.
Returns TRUE if every character is alphabetic, FALSE otherwise.
Checks to see if this is an ArrayObject
Checks to see if this is an array or an ArrayObject
Returns TRUE if value 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.
Returns TRUE if it is a valid credit card number format. The optional second argument allows developers to indicate the type.
Returns TRUE if value is a valid date, FALSE otherwise. The date is required to be in ISO 8601 format.
Returns TRUE if every character is a digit, FALSE otherwise.
This is just like isInt(), except there is no upper limit.
Returns TRUE if value is a valid email format, FALSE otherwise.
Returns TRUE if value is a valid float value, FALSE otherwise.
Returns TRUE if value is greater than $min, FALSE otherwise.
Returns TRUE if value is a valid hexadecimal format, FALSE otherwise.
Returns TRUE if value 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.
Returns TRUE if value is a valid integer value, FALSE otherwise.
Returns TRUE if value is a valid IP format, FALSE otherwise.
Returns TRUE if value is less than $max, FALSE otherwise.
Returns TRUE if value is one of $allowed, FALSE otherwise.
Returns TRUE if value is a valid phone number format, FALSE otherwise. The optional second argument indicates the country.
This method requires that the value consist of only digits.
Returns TRUE if value matches $pattern, FALSE otherwise. Uses preg_match() for the matching.
Enter description here...
Returns TRUE if value is a valid US ZIP, FALSE otherwise.
Returns the $_COOKIE data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns the $_ENV data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns the $_FILES data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns the $_GET data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns the $_POST data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns the $_SERVER data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns the $_SESSION data wrapped in an Inspekt_Cage object
This utilizes a singleton pattern to get around scoping issues
Returns a Supercage object, which wraps ALL input superglobals
Returns basename(value).
Returns value with all tags removed.
This will utilize the PHP Filter extension if available
returns value with tags stripped and the chars '"&<> and all ascii chars under 32 encoded as html entities
This will utilize the PHP Filter extension if available
Sets and/or retrieves whether we should use the PHP filter extensions where possible If a param is passed, it will set the state in addition to returning it
We use this method of storing in a static class property so that we can access the value outside of class instances
Recursively walks an array and applies a given filter method to every value in the array.
This should be considered a "protected" method, and not be called outside of the class
Documentation generated on Fri, 15 Jan 2010 10:43:51 -0500 by phpDocumentor 1.4.3