Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 11, 2018 06:10
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 parzibyte/954fc645e39ec480344f433c743a62a2 to your computer and use it in GitHub Desktop.
Save parzibyte/954fc645e39ec480344f433c743a62a2 to your computer and use it in GitHub Desktop.
<?php
if (strlen(decbin(~0)) === 32) {
echo "Es de 32 bits";
} else {
echo "Es de 64 bits";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment