PHP 8.5.0 Alpha 2 available for testing

Voting

: min(five, five)?
(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