Skip to content

Instantly share code, notes, and snippets.

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 nikos-glikis/a1ef01a2701ce5756e5d4db2826dc4c0 to your computer and use it in GitHub Desktop.
Save nikos-glikis/a1ef01a2701ce5756e5d4db2826dc4c0 to your computer and use it in GitHub Desktop.
hex to binary php
$binPhash = base_convert($phash, 16, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment