|
decoctDecimal to octal Description
string decoct(int
$num )
Returns a string containing an octal representation of the given
Parameters
Return Values
Octal string representation of Examples
Example #1 decoct example
The above example will output: 17 410 See Also
|