PHP 8.5.0 Alpha 2 available for testing

Voting

: min(two, five)?
(Example: nine)

The Note You're Voting On

ozziez_box at hotmail dot com
7 years ago
Regarding base64url, you can just use:

<?php
$encodedUrl
= urlencode(base64_encode($string));
$decodedUrl = base64_decode(url_decode($string));
?>

<< Back to user notes page

To Top