Base64Encode: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (replace "encrypted" with "encoded")
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{Server client function}}
{{Server client function}}
This function returns the [https://en.wikipedia.org/wiki/Base64 base64] representation of the encrypted block of data
This function returns the [https://en.wikipedia.org/wiki/Base64 base64] representation of the encoded block of data


==Syntax==
==Syntax==
Line 9: Line 9:


===Required arguments===
===Required arguments===
*'''data:''' The block of data you want to encrypt
*'''data:''' The block of data you want to encode


===Returns===
===Returns===
Returns the [https://en.wikipedia.org/wiki/Base64 base64] representation of the encrypted data if the encryption process was successfully completed, ''false'' otherwise.
Returns the [https://en.wikipedia.org/wiki/Base64 base64] representation of the encoded data if the encoding process was successfully completed, ''false'' otherwise.


==Example==
==Example==

Revision as of 02:40, 5 August 2016