by Example
Display the drop-down list
decoct()
«
dechex
|
define
»
<?php
$string
=
decoct
(
15
// int $number
);
?>
Result
$string
=
'17'
Examples
#1
decoct
(
15
)
#2
decoct
(
264
)
See also
base_convert
,
decbin
,
dechex
,
octdec
Deutsch
English
Español
Français
Italiano
Português
Română
Türkçe
Русский
中文
日本語
Help
Misc
Config
Test
Unit test
PHP Manual
php.net
No Manual
Powered by
PHP
7.1.33 (0.2 s)
2014-2017 Michel Corne