Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.7">

decoct

(PHP 3, PHP 4 )

decoct -- 10 進数を 8 進数に変換します。

説明

string decoct ( int number)

引数numberを 8 進数表現した文字列を返します。変換出来る最大の数字 は 10 進数の 2147483647 であり、"17777777777" を返します。 octdec() も参照下さい。