|
decbinDecimal to binary Description
string decbin(int
$num )
Returns a string containing a binary representation of the given
Parameters
Return Values
Binary string representation of Examples
Example #1 decbin example
The above example will output: 1100 11010 See Also
|