|
decbinDecimal 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 See Also
|