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