PHP » GoLang |
login |
register |
about
|
decbin(PHP 4, PHP 5, PHP 7) decbin — Decimal to binary Description
string decbin
( int
$number
)
Returns a string containing a binary representation of the given
Parameters
Return Values
Binary string representation of Examples
Example #1 decbin() example
<?php The above example will output: 1100 11010 |
more
Recently updated
more
Most requested
more
Last requests
|