Skip to content

Instantly share code, notes, and snippets.

@kenrick
Last active December 14, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenrick/5073065 to your computer and use it in GitHub Desktop.
Save kenrick/5073065 to your computer and use it in GitHub Desktop.
<?php
$code = base64_encode( json_encode ( array(1, 2, 3) ));
$array = json_decode( base64_decode ( $code ));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment