February 2013
Intermediate to advanced
538 pages
20h 55m
English
base64_encode
string base64_encode(string data)Returns a base-64-encoded version of
data. MIME base-64 encoding is designed to
allow binary or other 8-bit data to survive transition through
protocols that may not be 8-bit safe, such as email messages.
Read now
Unlock full access