Up |
base64decodeP
Decode an encoding read-file reference in base64.
This function is based from the PHP source code and it seems slightly faster than base64_decode (see below).
This functions contains a part of code under PHP license :
http://www.php.net/license/3_01.txt
You must agree the terms of this (free) license and inform the users.
Prototype :
fun [P] S
- P : a read-file reference
Return : S the decoded content of the file.