Voting

: four minus one?
(Example: nine)

The Note You're Voting On

massimo dot scamarcia at gmail dot com
19 years ago
$data = str_replace(array('+','/','='),array('-','_',),$data); // MIME::Base64::URLSafe implementation

$data = str_replace(array('+','/'),array('-','_'),$data); // Python raise "TypeError: Incorrect padding" if you remove "=" chars when decoding

<< Back to user notes page

To Top