Show
Ignore:
Timestamp:
11/01/2007 03:14:45 AM (13 months ago)
Author:
PugFish
Message:

Englishised some descriptions
Converted Validation to new comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Input.php

    r931 r932  
    1919        /* 
    2020         * 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. 
    2222         */ 
    2323        public function __construct() 
     
    9696        /* 
    9797         * Method: __call 
    98          *  Fetch an item from a global array 
     98         *  Fetch an item from a global array. 
    9999         * 
    100100         * Parameters: 
     
    153153        /* 
    154154         * Method: clean_input_data 
    155          *  This is a helper function. It escapes data and standardizes newline characters to \n 
     155         *  This is a helper function. It escapes data and standardizes newline characters to '\n'. 
    156156         * 
    157157         * Parameters: 
     
    211211        /* 
    212212         * Method: ip_address 
    213          *  Fetch the IP Address 
     213         *  Fetch the IP Address. 
    214214         * 
    215215         * Returns: 
     
    260260        /* 
    261261         * Method: valid_ip 
    262          *  Validates an IPv4 address based on RFC specifications 
     262         *  Validates an IPv4 address based on RFC specifications. 
    263263         * 
    264264         * Parameters: 
     
    275275        /* 
    276276         * Method: user_agent 
    277          *  Get the user agent of the current request 
     277         *  Get the user agent of the current request. 
    278278         * 
    279279         * Returns: