Skip to content

Instantly share code, notes, and snippets.

@MaximilianoRicoTabo
Created October 18, 2024 12:40
Show Gist options
  • Save MaximilianoRicoTabo/b6e72d9cd605c8e934afdc7a5ece1713 to your computer and use it in GitHub Desktop.
Save MaximilianoRicoTabo/b6e72d9cd605c8e934afdc7a5ece1713 to your computer and use it in GitHub Desktop.
base convert function
<?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