|
|
| |
Jifty::DBI::Filter::base64(3) |
User Contributed Perl Documentation |
Jifty::DBI::Filter::base64(3) |
Jifty::DBI::Filter::base64 - Encodes data as base64
This filter allow you to store arbitrary data in a column of type 'text'.
If value is defined, then encodes it using "encode_base64" in
MIME::Base64 after passing it through "encode_utf8" in Encode. Does
nothing if value is not defined.
If value is defined, then decodes it using "decode_base64" in
MIME::Base64, otherwise do nothing.
Jifty::DBI::Filter, MIME::Base64
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |