| PHP3 Manual | ||
|---|---|---|
| Prev | Next | |
DecBin -- decimal to binary
Returns a string containing a binary representation of the given number argument. The largest number that can be converted is 2147483647 in decimal resulting to a string of 31 1's.
See also the bindec() function.
| Prev | Home | Next |
| Cos | Up | DecHex |