Created
March 16, 2018 03:40
-
-
Save nikos-glikis/a1ef01a2701ce5756e5d4db2826dc4c0 to your computer and use it in GitHub Desktop.
hex to binary php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$binPhash = base_convert($phash, 16, 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment