Created
October 18, 2024 12:40
-
-
Save MaximilianoRicoTabo/b6e72d9cd605c8e934afdc7a5ece1713 to your computer and use it in GitHub Desktop.
base convert function
This file contains hidden or 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
<?php | |
$member_number = base_convert( $hex_value, 16, 10 ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment