| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Mark Mendoza (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can generate combinations from a set of string values. It can take an array of strings and generates a given number of combinations of the strings of another number of elements. The class returns an array with the generated strings with the combination of the initial set of strings. |
| ||||
| This class can validate arrays of data using a list of rules. It can as parameters take an array with data values and another array with a list of rules. The class validate the data values according to the given rules and sets a class variable with the list of errors for each data entry that is invalid. Currently the class can validate data values with rules like: - Required - Character Length - Alphanumeric - Alpha - Password - URL - Range |
| ||||
| This class cab obfuscate strings using a password key value. It can take a password and a hint value and generates an obfuscated version of the password by scrambling its value. The class can also take an obfuscated version of the password recover the original unscrambling it. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |