Changeset 932 for trunk/system/libraries/Input.php
- Timestamp:
- 11/01/2007 03:14:45 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Input.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Input.php
r931 r932 19 19 /* 20 20 * Method: __construct 21 * Sets whether to globally enable the XSS processing and whether to allow the $_GET array 21 * Sets whether to globally enable the XSS processing and whether to allow the $_GET array. 22 22 */ 23 23 public function __construct() … … 96 96 /* 97 97 * Method: __call 98 * Fetch an item from a global array 98 * Fetch an item from a global array. 99 99 * 100 100 * Parameters: … … 153 153 /* 154 154 * Method: clean_input_data 155 * This is a helper function. It escapes data and standardizes newline characters to \n155 * This is a helper function. It escapes data and standardizes newline characters to '\n'. 156 156 * 157 157 * Parameters: … … 211 211 /* 212 212 * Method: ip_address 213 * Fetch the IP Address 213 * Fetch the IP Address. 214 214 * 215 215 * Returns: … … 260 260 /* 261 261 * Method: valid_ip 262 * Validates an IPv4 address based on RFC specifications 262 * Validates an IPv4 address based on RFC specifications. 263 263 * 264 264 * Parameters: … … 275 275 /* 276 276 * Method: user_agent 277 * Get the user agent of the current request 277 * Get the user agent of the current request. 278 278 * 279 279 * Returns:
