Ignore:
Timestamp:
Apr 15, 2010 8:49:19 PM (14 years ago)
Author:
quinn
Message:

Documentation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Validator.inc.php

    r362 r366  
    135135     * @param  string $val The input data to validate.
    136136     * @param  int    $regex            PREG that the string must match
    137      * @param  bool   $valid_on_match   Set to false to be valid if match, or true
    138      *                                  to be valid on no match
     137     * @param  bool   $valid_on_match   Set to true to be valid if match, or false to be valid if the match fails.
    139138     * @return bool   true if value passes regex test
    140139     */
Note: See TracChangeset for help on using the changeset viewer.