base64_encode()
. It removes the equals sign from the
generated hashed value. This does not affect the performance of base64_decode()
function
when decoding the hashed value.
base_encode($value)
$value: value to be encoded
base64_encode('ab'); //YWI=
base_encode('ab'); //YWI