Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active May 19, 2022 11:06
Show Gist options
  • Save cp-sumi-k/3e25c24283ffb64aa8b8ee0a660da1de to your computer and use it in GitHub Desktop.
Save cp-sumi-k/3e25c24283ffb64aa8b8ee0a660da1de to your computer and use it in GitHub Desktop.
<?php
$str = 'V2UgZG8gd2hhdCBtYXR0ZXJzIHRoZSBtb3N0ISE=';
echo base64_decode($str);
# output : We do what matters the most!!
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment