Skip to content

Instantly share code, notes, and snippets.

@ivanlemeshev
Created May 16, 2015 15:56
Show Gist options
  • Save ivanlemeshev/76c8c307b6b0604764f9 to your computer and use it in GitHub Desktop.
Save ivanlemeshev/76c8c307b6b0604764f9 to your computer and use it in GitHub Desktop.
<?php
$encodedData = str_replace(' ', '+', $encodedData);
$decodedData = base64_decode($encodedData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment