Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php base convert


<?php
$hexadecimal = 'a37334';
echo base_convert($hexadecimal, 16, 2);
?>

Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #php #base #convert
ADD COMMENT
Topic
Name
3+8 =