From 15130caa8d3f4650d383647050ce918de728bc53 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 28 Jan 2008 15:54:45 +0000 Subject: * Added valid_base64() to the Validation class * Tightened up validation of the supplied string given to the decode() method of the Encryption class (#3320) --- user_guide/libraries/validation.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/validation.html b/user_guide/libraries/validation.html index f9cac856b..facd1a583 100644 --- a/user_guide/libraries/validation.html +++ b/user_guide/libraries/validation.html @@ -602,6 +602,12 @@ For example, your "username" error will be available at:
$this->valida Returns FALSE if the supplied IP is not valid.   + + valid_base64 + No + Returns FALSE if the supplied string contains anything other than valid Base64 characters. +   +

Note: These rules can also be called as discreet functions. For example:

-- cgit v1.2.3-24-g4f1b