Skip to content

Instantly share code, notes, and snippets.

@sdglhm
Last active April 22, 2016 06:27
Show Gist options
  • Save sdglhm/4593dd5e5d273100481fdf93ef631c13 to your computer and use it in GitHub Desktop.
Save sdglhm/4593dd5e5d273100481fdf93ef631c13 to your computer and use it in GitHub Desktop.
<?php
function bbpRev($bbtInput){
return $bbtInput = bindec(strrev(decbin($bbtInput)));
}
echo bbpRev(654654567);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment